Module Protocols.WebSocket
- Description
This module implements the WebSocket protocol as described in RFC 6455.
- Typedef
extension_factory
typedef
function
(bool
,mapping
,mapping
:object
)|program
Protocols.WebSocket.extension_factory
- Description
Extension factories are used during connection negotiation to create the Extension objects for a Connection.
- Typedef
message_callback
typedef
function
(Frame
,mixed
:void
) Protocols.WebSocket.message_callback