package
0.1.0
Repository: https://github.com/caddyserver/gateway.git
Documentation: pkg.go.dev

# Structs

ActiveHealthChecks holds configuration related to active health checks (that is, health checks which occur in a background goroutine independently).
Handler implements a highly configurable and production-ready reverse proxy.
HealthChecks configures active and passive health checks.
HTTPTransport is essentially a configuration wrapper for http.Transport.
KeepAlive holds configuration pertaining to HTTP Keep-Alive.
LoadBalancing has parameters related to load balancing.
PassiveHealthChecks holds configuration related to passive health checks (that is, health checks which occur during the normal flow of request proxying).
TLSConfig holds configuration related to the TLS configuration for the transport/client.
Upstream bridges this proxy's configuration to the state of the backend host it is correlated with.
UpstreamResolver holds the set of addresses of DNS resolvers of upstream addresses.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
UpstreamPool is a collection of upstreams.