Open
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.