-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
- I've searched for any related issues and avoided creating a duplicate issue.
Description
I'm developing a websocket-based API, and I'd like to communicate some parameters out-of-band using the socket URL. To do this, I need to be given the request object, or just the URL.
Expected result:
wss.on('connection', ws => assert(ws.request))
// or
wss.on('connection', ws => assert(ws.url))
Metadata
Metadata
Assignees
Labels
No labels