# Functions
Apply applies options to an existing client.
CookieJar installs a cookie jar into the client, configured with the options argument.
MaxRedirects configures the max number of redirects the client will perform before giving up.
New builds a new *http.Client.
NoRedirects configures the client to no perform any redirects.
ProxyFunc configures the client's proxy function.
ProxyURL will proxy all calls through a single proxy URL.
SkipVerify sets the TLS config's InsecureSkipVerify flag.
Timeout configures the client's Timeout property.
# Interfaces
Option is a configuration option for building an http.Client.
# Type aliases
OptionFunc adapts a function to the Option interface.
A TLSOption is a type of Option which configures the TLS configuration of the client.
A TransportOption configures the client's transport.