sockudo-protocol 4.3.1

Pusher protocol message types and constants for Sockudo
Documentation
1
2
3
4
5
6
7
8
pub mod constants;
pub mod messages;
pub mod protocol_version;
pub mod versioned_messages;
pub mod wire;

pub use protocol_version::ProtocolVersion;
pub use wire::WireFormat;