package
2.1.1+incompatible
Repository: https://github.com/teambition/go-engine.io.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewB64Encoder return the encoder which encode type t to writer w, as string.
NewBinaryEncoder return the encoder which encode type t to writer w, as binary.
NewDecoder return the decoder which decode from reader r.
NewPaylaodDecoder returns the payload decoder which read from reader r.
NewPayloadEncoder returns the encoder which encode as string or binary.
NewStringEncoder return the encoder which encode type t to writer w, as string.
PollingPost ...
WriteNoop ...
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
PacketDecoder is the decoder which decode data to packet.
packetEncoder is the encoder which encode the packet.
payloadDecoder is the decoder to decode payload.
PayloadEncoder is the encoder to encode packets as payload.
# Type aliases
PacketType is the type of packet.