kubernetes-sigs / kubernetes-sigs/gateway-api
GEP: Enable or disable HTTP/3 of a host
Open
kind/feature
needs-triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 789
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 45
Description
**What would you like to be added**:
A specific config for enable/disable HTTP/3 of a host.
**Why this is needed**:
Most browsers have support HTTP/3. However, if the server (host) supports HTTP/3, it will return response header Alt-Svc with h3 protocol, listen port and fresh time specifically.
Based on ResponseHeaderModifier for enable HTTP/3 of a host, HTTPRoute owner need to get h3 protocol (E.g., h3 and h3-29) and h3 listening port of the gateway specifically.
Hence, It's better to have a HTTPRoute config for enable/disable HTTP/3 of a host.
Contributor guide
Assessment
This issue has not been assessed yet.