Versions in this module Expand all Collapse all v4 v4.41.0 Jun 24, 2021 Changes in this version + var File_transport_internet_http_config_proto protoreflect.FileDescriptor + func Dial(ctx context.Context, dest net.Destination, ...) (internet.Connection, error) + func Listen(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + Header []*http.Header + Host []string + Method string + Path string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetHeader() []*http.Header + func (x *Config) GetHost() []string + func (x *Config) GetMethod() string + func (x *Config) GetPath() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Listener struct + func (l *Listener) Addr() net.Addr + func (l *Listener) Close() error + func (l *Listener) ServeHTTP(writer http.ResponseWriter, request *http.Request)