package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewUpgradeAwareHandler creates a new proxy handler with a default flush interval.
NewUpgradeRequestRoundTripper takes two round trippers - one for the underlying TCP connection, and one that is able to write headers to an HTTP request.
# Variables
MirrorRequest is a round tripper that can be called to get back the calling request as the core round tripper in a chain.
# Structs
Transport is a transport for text/html content that replaces URLs in html content with the prefix of the proxy server.
UpgradeAwareHandler is a handler for proxy requests that may require an upgrade.
# Interfaces
ErrorResponder abstracts error reporting to the proxy handler to remove the need to hardcode a particular error format.
SimpleErrorResponder is the legacy implementation of ErrorResponder for callers that only service a single request/response per proxy.
UpgradeRequestRoundTripper provides an additional method to decorate a request with any authentication or other protocol level information prior to performing an upgrade on the server.