Versions in this module Expand all Collapse all v1 v1.0.1 Jun 26, 2022 Changes in this version + var File_transport_internet_websocket_config_proto protoreflect.FileDescriptor + func Dial(ctx context.Context, dest net.Destination, ...) (stat.Connection, error) + func ListenWS(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + AcceptProxyProtocol bool + Ed uint32 + Header []*Header + Path string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) GetNormalizedPath() string + func (c *Config) GetRequestHeader() http.Header + func (x *Config) GetAcceptProxyProtocol() bool + func (x *Config) GetEd() uint32 + func (x *Config) GetHeader() []*Header + func (x *Config) GetPath() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Header struct + Key string + Value string + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (x *Header) GetKey() string + func (x *Header) GetValue() string + func (x *Header) ProtoReflect() protoreflect.Message + func (x *Header) Reset() + func (x *Header) String() string + type Listener struct + func (ln *Listener) Addr() net.Addr + func (ln *Listener) Close() error