# Functions
NewHTTPProxy returns a new HTTPProxy.
NewUpgradeProxy returns a new ConnectProxy.
# Structs
HTTPProxy is a http/2 client that can proxy requests along one of multiple connections corresponding to identifying information on the incoming request.
Status is the current state of the proxy.
TunnelStatus is the current state of a tunnel to an agent.
UpgradeProxy proxies requests on connections that need to be "upgraded" before non-HTTP traffic can be sent on the connection (e.g.
# Interfaces
ConnObserver is the interface to receive updates on the connections.
Proxy routes HTTP requests along one of many connections, corresponding to identifying information on the request.