# Functions
AuthPluginLookup assigns a function to lookup an HTTPAuthPlugin to a new Client.
DefaultRoundTripperClient is a reasonable set of defaults for HTTP auth plugins.
DefaultTLSConfig defines standard TLS configurations based on the Config.
DistributedTracingOpts sets the options to be used by distributed tracing.
Logger assigns a logger to the client.
Name returns an option that overrides the service name on the client.
New returns a new Client for config.
# Type aliases
AccessToken holds a GCP access token.
An AuthPluginLookupFunc can lookup auth plugins by their name.
Client implements an HTTP/REST client for communicating with remote services.
Config represents configuration for a REST client.
An HTTPAuthPlugin represents a mechanism to construct and configure HTTP authentication for a REST service.