Versions in this module Expand all Collapse all v1 v1.8.16 Jul 1, 2024 v1.8.11 Jul 1, 2024 Changes in this version + var File_transport_internet_httpupgrade_config_proto protoreflect.FileDescriptor + func AddHeader(header http.Header, key, value string) + func Dial(ctx context.Context, dest net.Destination, ...) (stat.Connection, error) + func ListenHTTPUpgrade(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + AcceptProxyProtocol bool + Ed uint32 + Header map[string]string + Host string + Path string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) GetNormalizedPath() string + func (x *Config) GetAcceptProxyProtocol() bool + func (x *Config) GetEd() uint32 + func (x *Config) GetHeader() map[string]string + func (x *Config) GetHost() string + func (x *Config) GetPath() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type ConnRF struct + First bool + Req *http.Request + func (c *ConnRF) Read(b []byte) (int, error)