# Functions
NewBasicAuthRoundTripper will apply a BASIC auth authorization header to a request unless it has already been set.
NewBearerAuthRoundTripper adds the provided bearer token to a request unless the authorization header has already been set.
NewClient returns a http.Client using the specified http.RoundTripper.
NewDeadlineClient returns a new http.Client which will time out long running requests.
NewDeadlineRoundTripper returns a new http.RoundTripper which will time out long running requests.
No description provided by the author
# Structs
CompressionHandler is a wrapper around http.Handler which adds suitable response compression based on the client's Accept-Encoding headers.