Versions in this module Expand all Collapse all v1 v1.6.2 Mar 11, 2025 v1.6.1 Feb 6, 2025 v1.6.0 Jan 15, 2025 Changes in this version + const HTTPSScheme + const InternalRoutePathPrefix + type Header struct + Name string + Value string + type Location struct + GRPC bool + HTTPMatchKey string + Includes []shared.Include + Path string + ProxyPass string + ProxySSLVerify *ProxySSLVerify + ProxySetHeaders []Header + ResponseHeaders ResponseHeaders + Return *Return + Rewrites []string + Type LocationType + type LocationType string + const ExternalLocationType + const InternalLocationType + const RedirectLocationType + type ProxySSLVerify struct + Name string + TrustedCertificate string + type ResponseHeaders struct + Add []Header + Remove []string + Set []Header + type Return struct + Body string + Code StatusCode + type SSL struct + Certificate string + CertificateKey string + type Server struct + GRPC bool + Includes []shared.Include + IsDefaultHTTP bool + IsDefaultSSL bool + IsSocket bool + Listen string + Locations []Location + SSL *SSL + ServerName string + type ServerConfig struct + IPFamily shared.IPFamily + Plus bool + RewriteClientIP shared.RewriteClientIPSettings + Servers []Server + type SplitClient struct + Distributions []SplitClientDistribution + VariableName string + type SplitClientDistribution struct + Percent string + Value string + type StatusCode int + const StatusFound + const StatusInternalServerError + const StatusNotFound + type Upstream struct + KeepAlive UpstreamKeepAlive + Name string + Servers []UpstreamServer + StateFile string + ZoneSize string + type UpstreamKeepAlive struct + Connections int32 + Requests int32 + Time string + Timeout string + type UpstreamServer struct + Address string