# Functions
Default returns an http.RoundTripper with recommended settings.
DefaultClient returns an *http.Client that uses the http.RoundTripper returned by Default (suitable for general use, analogous to "net/http".DefaultClient).
New constructs *T using factory to create internal transports.