Versions in this module Expand all Collapse all v2 v2.0.7 Dec 18, 2023 Changes in this version + var BINARY_HEADER = []byte + func Transports() map[string]*transports + type Jsonp interface + func MakeJSONP() Jsonp + func NewJSONP(ctx *types.HttpContext) Jsonp + type Polling interface + DoWrite func(*types.HttpContext, _types.BufferInterface, *packet.Options, ...) + func MakePolling() Polling + func NewPolling(ctx *types.HttpContext) Polling + type Transport interface + Close func(...types.Callable) + Construct func(*types.HttpContext) + Discard func() + Discarded func() bool + DoClose func(types.Callable) + HandlesUpgrades func() bool + HttpCompression func() *types.HttpCompression + MaxHttpBufferSize func() int64 + Name func() string + OnClose func() + OnData func(_types.BufferInterface) + OnError func(string, error) + OnPacket func(*packet.Packet) + OnRequest func(*types.HttpContext) + Parser func() parser.Parser + PerMessageDeflate func() *types.PerMessageDeflate + Proto func() Transport + Protocol func() int + Prototype func(Transport) + ReadyState func() string + Req func() *types.HttpContext + Send func([]*packet.Packet) + SetHttpCompression func(*types.HttpCompression) + SetMaxHttpBufferSize func(int64) + SetPerMessageDeflate func(*types.PerMessageDeflate) + SetReadyState func(string) + SetReq func(*types.HttpContext) + SetSid func(string) + SetSupportsBinary func(bool) + SetWritable func(bool) + Sid func() string + SupportsBinary func() bool + SupportsFraming func() bool + Writable func() bool + func MakeTransport() Transport + func NewTransport(ctx *types.HttpContext) Transport + type WebTransport interface + func MakeWebTransport() WebTransport + func NewWebTransport(ctx *types.HttpContext) WebTransport + type Websocket interface + func MakeWebSocket() Websocket + func NewWebSocket(ctx *types.HttpContext) Websocket