# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
HTTPClient is the context key to use with golang.org/x/net/context's WithValue function to associate an *http.Client value with a context.
# Structs
ContextKey is just an empty struct.
ErrorTransport returns the specified error on RoundTrip.
# Type aliases
ContextClientFunc is a func which tries to return an *http.Client given a Context value.