# Packages
No description provided by the author
# Functions
New creates a new Proxy configured with the specified Opts.
OnFirstOnly returns a filter that applies the given filter only on the first request on a given connection.
# Constants
DialTimeoutHeader is a header that sets a timeout for dialing upstream (only respected on CONNECT requests).
MetricDialUpstream is the Server-Timing metric to record milliseconds to dial upstream site when handling a CONNECT request.
# Interfaces
BufferSource is a source for buffers used in reading/writing.
Proxy is a proxy that can handle HTTP(S) traffic.
RequestAware is an interface for connections that are able to modify requests before they're sent on the connection.
ResponseAware is an interface for connections that are interested in knowing about responses received on the connection.
# Type aliases
DialFunc is the dial function to use for dialing the proxy.