# Functions

NewDebuggingRoundTripper allows to display in the logs output debug information on the API requests performed by the client.
NewDialer will create a dialer that connects to the provided URL and upgrades the connection to SPDY.
RoundTripperFor returns a round tripper and Upgrader to use with SPDY.

# Constants

DebugCurlCommand will add to the debug output the curl command equivalent to the HTTP request.
DebugDetailedTiming will add to the debug output the duration of the HTTP requests events.
DebugJustURL will add to the debug output HTTP requests method and url.
DebugRequestHeaders will add to the debug output the HTTP requests headers.
DebugResponseHeaders will add to the debug output the HTTP response headers.
DebugResponseStatus will add to the debug output the HTTP response status.
DebugURLTiming will add to the debug output the duration of HTTP requests.

# Interfaces

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

# Type aliases

DebugLevel is used to enable debugging of certain HTTP requests and responses fields via the debuggingRoundTripper.