package
0.7.0
Repository: https://github.com/puppetlabs/leg.git
Documentation: pkg.go.dev

# Functions

ApplyHTTP loads, configures, and persists any changes to an HTTP tunnel using the given client.
ApplyHTTPS loads, configures, and persists any changes to an HTTP tunnel with TLS reverse proxy using the given client.
ConfigureHTTP sets up the tunnel to receive connections.
ConfigureHTTPS sets up the tunnel and TLS proxy.
NewHTTP creates a new, unconfigured HTTP-only tunnel service.
NewHTTPS creates an unconfigured tunnel and TLS proxy pair.
WithHTTPConnection forwards the service provided by the given HTTP tunnel to the target URL accessible from the caller of this function.

# Constants

HTTPImage is the Inlets Docker image to use for tunneling.

# Structs

HTTP represents the resources required to maintain a tunnel.
HTTPS is a helper that manages the combination of an HTTP tunnel with a TLS proxy.