Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPVersion ¶
type HTTPVersion string
const ( HTTP10 HTTPVersion = "--http1.0" HTTP11 HTTPVersion = "--http1.1" HTTP2 HTTPVersion = "--http2" HTTP2PriorKnowledge HTTPVersion = "--http2-prior-knowledge" HTTP3 HTTPVersion = "--http3" )
Click to show internal directories.
Click to hide internal directories.