We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http{,s}.request()
1 parent 88d0345 commit 0954abcCopy full SHA for 0954abc
doc/ws.md
@@ -255,6 +255,8 @@ This class represents a WebSocket. It extends the `EventEmitter`.
255
depending on the `protocolVersion`.
256
- `maxPayload` {Number} The maximum allowed message size in bytes.
257
- Any other option allowed in [http.request()][] or [https.request()][].
258
+ Options given do not have any effect if parsed from the URL given with the
259
+ `address` parameter.
260
261
`perMessageDeflate` default value is `true`. When using an object, parameters
262
are the same of the server. The only difference is the direction of requests.
0 commit comments