Interface: Extra
Defined in: src/use/ws.ts:22
The extra that will be put in the Context.
Properties
request
readonlyrequest:IncomingMessage
Defined in: src/use/ws.ts:31
The initial HTTP upgrade request before the actual socket and connection is established.
socket
readonlysocket:WebSocket
Defined in: src/use/ws.ts:26
The actual socket connection between the server and the client.