http

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 23 Imported by: 7

Documentation

Index

Constants

View Source
const (
	VarRequestMethod = "http_request_method"
	VarRequestLength = "http_request_length"
)

Variables

View Source
var (
	HKConnection = []byte("Connection") // header key 'Connection'
	HVKeepAlive  = []byte("keep-alive") // header value 'keep-alive'

)

Functions

func FillRequestHeadersFromCtxVar added in v0.20.0

func FillRequestHeadersFromCtxVar(ctx context.Context, headers mosnhttp.RequestHeader, remoteAddr net.Addr)

func NewConnPool

func NewConnPool(ctx context.Context, host types.Host) types.ConnectionPool

func SetDefaultStreamConfig added in v0.26.0

func SetDefaultStreamConfig(c StreamConfig)

SetDefaultStreamConfig can change the default config for http. Call this function before mosn service start. DONOT call it when mosn is serving.

Types

type StreamConfig added in v0.22.0

type StreamConfig struct {
	MaxHeaderSize      int `json:"max_header_size,omitempty"`
	MaxRequestBodySize int `json:"max_request_body_size,omitempty"`
}

type StreamConnFactory added in v0.26.0

type StreamConnFactory struct{}

func (*StreamConnFactory) CreateBiDirectStream added in v0.26.0

func (*StreamConnFactory) CreateClientStream added in v0.26.0

func (f *StreamConnFactory) CreateClientStream(context context.Context, connection types.ClientConnection,
	streamConnCallbacks types.StreamConnectionEventListener, connCallbacks api.ConnectionEventListener) types.ClientStreamConnection

func (*StreamConnFactory) CreateServerStream added in v0.26.0

func (*StreamConnFactory) ProtocolMatch added in v0.26.0

func (f *StreamConnFactory) ProtocolMatch(context context.Context, prot string, magic []byte) error

Jump to

Keyboard shortcuts

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