//
pkg.gl
Category
github.com/googollee/go-engine.io
transport
package
1.4.2
Repository:
https://github.com/googollee/go-engine.io.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
55 SLOC
#
Packages
polling
No description provided by the author
websocket
No description provided by the author
#
Functions
NewManager
NewManager creates a new manager.
#
Variables
ErrInvalidFrame
ErrInvalidFrame is returned when writing invalid frame type.
ErrInvalidPacket
ErrInvalidPacket is returned when writing invalid packet type.
#
Structs
Manager
Manager is a manager of transports.
#
Interfaces
HTTPError
HTTPError is error which has http response code.
Opener
Opener is client connection which need receive open message first.
Pauser
Pauser is connection which can be paused and resumes.
Transport
Transport is a transport which can creates base.Conn.
#
Type aliases
Checker
Checker is function to check request.