mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
make it possible to set settings unknown to the http3 package
This commit is contained in:
parent
57461e01b5
commit
a54816867f
8 changed files with 27 additions and 17 deletions
|
@ -47,6 +47,10 @@ type RoundTripper struct {
|
|||
// See https://www.ietf.org/archive/id/draft-schinazi-masque-h3-datagram-02.html.
|
||||
EnableDatagrams bool
|
||||
|
||||
// Additional HTTP/3 settings.
|
||||
// It is invalid to specify any settings defined by the HTTP/3 draft and the datagram draft.
|
||||
AdditionalSettings map[uint64]uint64
|
||||
|
||||
// Dial specifies an optional dial function for creating QUIC
|
||||
// connections for requests.
|
||||
// If Dial is nil, quic.DialAddrEarlyContext will be used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue