1 line
740 B
JavaScript
1 line
740 B
JavaScript
initSidebarItems({"enum":[["CloseCode","Status code used to indicate why an endpoint is closing the `WebSocket` connection."],["Frame","`WebSocket` frame"],["HandshakeError","Websocket handshake errors"],["Message","`WebSocket` Message"],["OpCode","Operation codes as part of rfc6455."],["ProtocolError","Websocket protocol errors"]],"fn":[["handshake","Verify `WebSocket` handshake request and create handshake reponse."],["handshake_response","Create websocket's handshake response"],["hash_key",""],["verify_handshake","Verify `WebSocket` handshake request."]],"struct":[["CloseReason","Reason for closing the connection"],["Codec","WebSockets protocol codec"],["Parser","A struct representing a `WebSocket` frame."],["Transport",""]]}); |