-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Milestone
Description
Describe the feature
Introduce HTTP/3 server configuration separate from HttpServerOptions
which is coupled to since it inherits from TCPSSLOptions
.
Http3ServerOptions
should define the following state
- transport field of type
QuicServverOptions
- ssl field of type
ServerSSLOptions
- configuration from
HttpServerOptions
that is necessary to configure the server properly which is mostly compression
Contribution
No response
codingchili