Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H2CD ¶
type H2CD struct { // Extends server with the address. // Probably should add each setting and copy, but simpler. http2.Server Address string `json:"address"` Mux *http.ServeMux }
HTTP2 based transport, using x/net/http2 library directly (instead of standard library). curl localhost:9080/debug/vars --http2-prior-knowledge
Click to show internal directories.
Click to hide internal directories.