grpc_http1_bridgev3

package
v1.33.0-20240426201503... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_filters_http_grpc_http1_bridge_v3_config_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Config

type Config struct {

	// If true then requests with content type set to “application/x-protobuf“ will be automatically converted to gRPC.
	// This works by prepending the payload data with the gRPC header frame, as defined by the wiring format, and
	// Content-Type will be updated accordingly before sending the request.
	// For the requests that went through this upgrade the filter will also strip the frame before forwarding the
	// response to the client.
	UpgradeProtobufToGrpc bool `` /* 129-byte string literal not displayed */
	// If true then query parameters in request's URL path will be removed.
	IgnoreQueryParameters bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

gRPC HTTP/1.1 Bridge filter config.

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetIgnoreQueryParameters

func (x *Config) GetIgnoreQueryParameters() bool

func (*Config) GetUpgradeProtobufToGrpc

func (x *Config) GetUpgradeProtobufToGrpc() bool

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

Jump to

Keyboard shortcuts

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