Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultHTTPClient = &http.Client{ Transport: http.DefaultTransport.(*http.Transport).Clone(), }
DefaultHTTPClient is the default HTTP client used across the driver.
Functions ¶
func CloseIdleHTTPConnections ¶
CloseIdleHTTPConnections closes any connections which were previously connected from previous requests but are now sitting idle in a "keep-alive" state. It does not interrupt any connections currently in use.
Borrowed from the Go standard library.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.