package
1.6.0-rc4
Repository: https://github.com/csimplestring/traefik.git
Documentation: pkg.go.dev

# Functions

NewProviderAggregator return an aggregate of all the providers configured in GlobalConfiguration.

# Constants

DefaultDialTimeout when connecting to a backend server.
DefaultGraceTimeout controls how long Traefik serves pending requests prior to shutting down.
DefaultHealthCheckInterval is the default health check interval.
DefaultIdleTimeout before closing an idle connection.
DefaultInternalEntryPointName the name of the default internal entry point.

# Structs

EntryPoint holds an entry point configuration of the reverse proxy (ip, port, TLS...).
ForwardedHeaders Trust client forwarding headers.
ForwardingTimeouts contains timeout configurations for forwarding requests to the backend servers.
GlobalConfiguration holds global configuration (with providers, etc.).
HealthCheckConfig contains health check configuration parameters.
LifeCycle contains configurations relevant to the lifecycle (such as the shutdown phase) of Traefik.
ProxyProtocol contains Proxy-Protocol configuration.
RespondingTimeouts contains timeout configurations for incoming requests to the Traefik instance.
Retry contains request retry config.
WebCompatibility is a configuration to handle compatibility with deprecated web provider options.

# Type aliases

DefaultEntryPoints holds default entry points.
EntryPoints holds entry points configuration of the reverse proxy (ip, port, TLS...).