# Packages
Package gzip provides an HTTP handler which compresses responses if the client supports this, the response is compressable and not already compressed.
# Functions
No description provided by the author
No description provided by the author
Shutdown sets the shutdown flag which triggers the proxy to stop routing new requests.
ShuttingDown returns whether the shutdown flag has been set.
# Interfaces
TCPProxy implements an SNI aware transparent TCP proxy which captures the TLS client hello, extracts the host name and uses it for finding the upstream server.