package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev

# Variables

# Structs

HttpProtocolOptions specifies Http upstream protocol options.
No description provided by the author
If this is used, the cluster can use either HTTP/1 or HTTP/2, and will use whichever protocol is negotiated by ALPN with the upstream.
HttpProtocolOptions_AutoHttpConfigValidationError is the validation error returned by HttpProtocolOptions_AutoHttpConfig.Validate if the designated constraints aren't met.
If this is used, the cluster will only operate on one of the possible upstream protocols.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HttpProtocolOptions_ExplicitHttpConfigValidationError is the validation error returned by HttpProtocolOptions_ExplicitHttpConfig.Validate if the designated constraints aren't met.
If this is used, the cluster can use either of the configured protocols, and will use whichever protocol was used by the downstream connection.
HttpProtocolOptions_UseDownstreamHttpConfigValidationError is the validation error returned by HttpProtocolOptions_UseDownstreamHttpConfig.Validate if the designated constraints aren't met.
No description provided by the author
HttpProtocolOptionsValidationError is the validation error returned by HttpProtocolOptions.Validate if the designated constraints aren't met.

# Type aliases

HttpProtocolOptions_AutoHttpConfigMultiError is an error wrapping multiple validation errors returned by HttpProtocolOptions_AutoHttpConfig.ValidateAll() if the designated constraints aren't met.
HttpProtocolOptions_ExplicitHttpConfigMultiError is an error wrapping multiple validation errors returned by HttpProtocolOptions_ExplicitHttpConfig.ValidateAll() if the designated constraints aren't met.
HttpProtocolOptions_UseDownstreamHttpConfigMultiError is an error wrapping multiple validation errors returned by HttpProtocolOptions_UseDownstreamHttpConfig.ValidateAll() if the designated constraints aren't met.
HttpProtocolOptionsMultiError is an error wrapping multiple validation errors returned by HttpProtocolOptions.ValidateAll() if the designated constraints aren't met.