There was an error while loading. Please reload this page.
2 parents dab661a + 3ad85ac commit 41b4074Copy full SHA for 41b4074
README.md
@@ -106,8 +106,10 @@ handleConnected: called when handshake is complete
106
- self.address: TCP address port tuple of the endpoint
107
108
handleClose: called when the endpoint is closed or there is an error
109
+ - self.address: TCP address port tuple of the endpoint
110
111
handleMessage: gets called when there is an incoming message from the client endpoint
112
113
- self.opcode: the WebSocket frame type (STREAM, TEXT, BINARY)
114
- self.data: bytearray (BINARY frame) or unicode string payload (TEXT frame)
115
- self.request: HTTP details from the WebSocket handshake (refer to BaseHTTPRequestHandler)
0 commit comments