# Functions

NewClientConnection creates a new SPDY client connection.
NewClientConnectionWithPings creates a new SPDY client connection.
NewResponseUpgrader returns a new httpstream.ResponseUpgrader that is capable of upgrading HTTP responses using SPDY/3.1 via the spdystream package.
NewResponseUpgraderWithPings returns a new httpstream.ResponseUpgrader that is capable of upgrading HTTP responses using SPDY/3.1 via the spdystream package.
NewRoundTripper creates a new SpdyRoundTripper that will use the specified tlsConfig.
NewRoundTripperWithConfig creates a new SpdyRoundTripper with the specified configuration.
NewRoundTripperWithProxy creates a new SpdyRoundTripper that will use the specified tlsConfig and proxy func.
NewServerConnection creates a new SPDY server connection.
NewServerConnectionWithPings creates a new SPDY server connection.

# Constants

No description provided by the author

# Structs

RoundTripperConfig is a set of options for an SpdyRoundTripper.
SpdyRoundTripper knows how to upgrade an HTTP request to one that supports multiplexed streams.