http

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2022 License: Apache-2.0 Imports: 25 Imported by: 7

Documentation

Overview

* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.

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