http_11_proxyv3

package
v0.0.0-...-72770c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 19 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_transport_sockets_http_11_proxy_v3_upstream_http_11_connect_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Http11ProxyUpstreamTransport

type Http11ProxyUpstreamTransport struct {

	// The underlying transport socket being wrapped. Defaults to plaintext (raw_buffer) if unset.
	TransportSocket *v3.TransportSocket `protobuf:"bytes,1,opt,name=transport_socket,json=transportSocket,proto3" json:"transport_socket,omitempty"`
	// contains filtered or unexported fields
}

HTTP/1.1 proxy transport socket establishes an upstream connection to a proxy address instead of the target host's address. This behavior is triggered when the transport socket is configured and proxy information is provided.

Behavior when proxying: ======================= When an upstream connection is established, instead of connecting directly to the endpoint address, the client will connect to the specified proxy address, send an HTTP/1.1 “CONNECT“ request indicating the endpoint address, and process the response. If the response has HTTP status 200, the connection will be passed down to the underlying transport socket.

Configuring proxy information: ============================== Set “typed_filter_metadata“ in :ref:`LbEndpoint.Metadata <envoy_v3_api_field_config.endpoint.v3.lbendpoint.metadata>` or :ref:`LocalityLbEndpoints.Metadata <envoy_v3_api_field_config.endpoint.v3.LocalityLbEndpoints.metadata>`. using the key “envoy.http11_proxy_transport_socket.proxy_address“ and the proxy address in “config::core::v3::Address“ format.

func (*Http11ProxyUpstreamTransport) Descriptor deprecated

func (*Http11ProxyUpstreamTransport) Descriptor() ([]byte, []int)

Deprecated: Use Http11ProxyUpstreamTransport.ProtoReflect.Descriptor instead.

func (*Http11ProxyUpstreamTransport) GetTransportSocket

func (x *Http11ProxyUpstreamTransport) GetTransportSocket() *v3.TransportSocket

func (*Http11ProxyUpstreamTransport) ProtoMessage

func (*Http11ProxyUpstreamTransport) ProtoMessage()

func (*Http11ProxyUpstreamTransport) ProtoReflect

func (*Http11ProxyUpstreamTransport) Reset

func (x *Http11ProxyUpstreamTransport) Reset()

func (*Http11ProxyUpstreamTransport) String

func (*Http11ProxyUpstreamTransport) Validate

func (m *Http11ProxyUpstreamTransport) Validate() error

Validate checks the field values on Http11ProxyUpstreamTransport with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Http11ProxyUpstreamTransport) ValidateAll

func (m *Http11ProxyUpstreamTransport) ValidateAll() error

ValidateAll checks the field values on Http11ProxyUpstreamTransport with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Http11ProxyUpstreamTransportMultiError, or nil if none found.

type Http11ProxyUpstreamTransportMultiError

type Http11ProxyUpstreamTransportMultiError []error

Http11ProxyUpstreamTransportMultiError is an error wrapping multiple validation errors returned by Http11ProxyUpstreamTransport.ValidateAll() if the designated constraints aren't met.

func (Http11ProxyUpstreamTransportMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Http11ProxyUpstreamTransportMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Http11ProxyUpstreamTransportValidationError

type Http11ProxyUpstreamTransportValidationError struct {
	// contains filtered or unexported fields
}

Http11ProxyUpstreamTransportValidationError is the validation error returned by Http11ProxyUpstreamTransport.Validate if the designated constraints aren't met.

func (Http11ProxyUpstreamTransportValidationError) Cause

Cause function returns cause value.

func (Http11ProxyUpstreamTransportValidationError) Error

Error satisfies the builtin error interface

func (Http11ProxyUpstreamTransportValidationError) ErrorName

ErrorName returns error name.

func (Http11ProxyUpstreamTransportValidationError) Field

Field function returns field value.

func (Http11ProxyUpstreamTransportValidationError) Key

Key function returns key value.

func (Http11ProxyUpstreamTransportValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL