package
2.0.0+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev
# Functions
NewClientConnection 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.
NewRoundTripper creates a new SpdyRoundTripper that will use the specified tlsConfig.
NewServerConnection creates a new SPDY server connection.
NewSpdyRoundTripper creates a new SpdyRoundTripper that will use the specified tlsConfig.
# Constants
No description provided by the author
# Structs
SpdyRoundTripper knows how to upgrade an HTTP request to one that supports multiplexed streams.