package
0.1.3
Repository: https://github.com/loopholelabs/upstream.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
DeleteHopHeaders deletes the given headers from the given request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewFlusher returns a new flusher that wraps the given http.ResponseWriter.
Respond responds to the given request using the given response and the http.ResponseWriter.
UpgradeType returns the upgrade type (if any) for the given headers.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Flusher is a wrapper around an io.Writer that also implements the http.Flusher interface (encapsulated by the f interface) and its Write method calls the underlying Flush method after every write.