Documentation
¶
Overview ¶
Package http2 is the same as the standard http lib with HTTP2 client support
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultClient = http.Client{ Transport: &http2.Transport{ DialTLSContext: dns.DialTLSContextWithConfig, }, }
DefaultClient is the default HTTP2 client that supports HTTP/2 and DNS resolution
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.