package
4.14.0+incompatible
Repository: https://github.com/devspace-cloud/devspace.git
Documentation: pkg.go.dev

# Functions

Negotiate opens a connection to a remote server and attempts to negotiate a SPDY connection.
NewClientConnection creates a new SPDY client connection.
NewDialer will create a dialer that connects to the provided URL and upgrades the connection to SPDY.
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.
RoundTripperFor returns a round tripper and upgrader to use with SPDY.

# Constants

HeaderSpdy31 the header value.

# Structs

Connection maintains state about a spdystream.Connection and its associated streams.
SpdyRoundTripper knows how to upgrade an HTTP request to one that supports multiplexed streams.

# Interfaces

Upgrader validates a response from the server after a SPDY upgrade.