# Functions
APIKeyAuth provides an API key auth info writer.
BasicAuth provides a basic auth info writer.
BearerToken provides a header based oauth2 bearer access token auth info writer.
Compose combines multiple ClientAuthInfoWriters into a single one.
KeepAliveTransport drains the remaining body from a response so that go will reuse the TCP connections.
New creates a new default runtime for a swagger api runtime.Client.
NewWithClient allows you to create a new transport with a configured http.Client.
TLSClient creates a http.Client for mutual auth.
TLSClientAuth creates a tls.Config for mutual auth.
TLSTransport creates a http client transport suitable for mutual tls auth.
# Variables
DefaultTimeout the default request timeout.
PassThroughAuth never manipulates the request.
# Structs
Runtime represents an API client that uses the transport to make http requests based on a swagger specification.
TLSClientOptions to configure client authentication with mutual TLS.