http

package
v1.8.10 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: MPL-2.0 Imports: 30 Imported by: 46

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_transport_internet_http_config_proto protoreflect.FileDescriptor

Functions

func Dial

func Dial(ctx context.Context, dest net.Destination, streamSettings *internet.MemoryStreamConfig) (stat.Connection, error)

Dial dials a new TCP connection to the given destination.

func Listen

func Listen(ctx context.Context, address net.Address, port net.Port, streamSettings *internet.MemoryStreamConfig, handler internet.ConnHandler) (internet.Listener, error)

Types

type Config

type Config struct {
	Host               []string       `protobuf:"bytes,1,rep,name=host,proto3" json:"host,omitempty"`
	Path               string         `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	IdleTimeout        int32          `protobuf:"varint,3,opt,name=idle_timeout,json=idleTimeout,proto3" json:"idle_timeout,omitempty"`
	HealthCheckTimeout int32          `protobuf:"varint,4,opt,name=health_check_timeout,json=healthCheckTimeout,proto3" json:"health_check_timeout,omitempty"`
	Method             string         `protobuf:"bytes,5,opt,name=method,proto3" json:"method,omitempty"`
	Header             []*http.Header `protobuf:"bytes,6,rep,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetHeader added in v1.5.0

func (x *Config) GetHeader() []*http.Header

func (*Config) GetHealthCheckTimeout added in v1.4.3

func (x *Config) GetHealthCheckTimeout() int32

func (*Config) GetHost

func (x *Config) GetHost() []string

func (*Config) GetIdleTimeout added in v1.4.3

func (x *Config) GetIdleTimeout() int32

func (*Config) GetMethod added in v1.5.0

func (x *Config) GetMethod() string

func (*Config) GetPath

func (x *Config) GetPath() string

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

type Listener

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

func (*Listener) Addr

func (l *Listener) Addr() net.Addr

func (*Listener) Close

func (l *Listener) Close() error

func (*Listener) ServeHTTP

func (l *Listener) ServeHTTP(writer http.ResponseWriter, request *http.Request)

type WaitReadCloser added in v1.8.0

type WaitReadCloser struct {
	Wait chan struct{}
	io.ReadCloser
}

func (*WaitReadCloser) Close added in v1.8.0

func (w *WaitReadCloser) Close() error

func (*WaitReadCloser) Read added in v1.8.0

func (w *WaitReadCloser) Read(b []byte) (int, error)

func (*WaitReadCloser) Set added in v1.8.0

func (w *WaitReadCloser) Set(rc io.ReadCloser)

Jump to

Keyboard shortcuts

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