Versions in this module Expand all Collapse all v4 v4.23.2 Apr 17, 2020 Changes in this version + func Dial(ctx context.Context, dest net.Destination, ...) (internet.Connection, error) + func ListenWS(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + Header []*Header + Path string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) GetNormalizedPath() string + func (c *Config) GetRequestHeader() http.Header + func (m *Config) GetHeader() []*Header + func (m *Config) GetPath() string + func (m *Config) Reset() + func (m *Config) String() string + func (m *Config) XXX_DiscardUnknown() + func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Config) XXX_Merge(src proto.Message) + func (m *Config) XXX_Size() int + func (m *Config) XXX_Unmarshal(b []byte) error + type Header struct + Key string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) GetKey() string + func (m *Header) GetValue() string + func (m *Header) Reset() + func (m *Header) String() string + func (m *Header) XXX_DiscardUnknown() + func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Header) XXX_Merge(src proto.Message) + func (m *Header) XXX_Size() int + func (m *Header) XXX_Unmarshal(b []byte) error + type Listener struct + func (ln *Listener) Addr() net.Addr + func (ln *Listener) Close() error Other modules containing this package github.com/unifyproxy/v2ray-core