We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1b808 commit 107c187Copy full SHA for 107c187
README.md
@@ -355,7 +355,8 @@ proxyServer.listen(8015);
355
}
356
```
357
* **headers**: object with extra headers to be added to target requests.
358
-* **proxyTimeout**: timeout (in millis) when proxy receives no response from target
+* **proxyTimeout**: timeout (in millis) for outgoing proxy requests
359
+* **timeout**: timeout (in millis) for incoming requests
360
361
**NOTE:**
362
`options.ws` and `options.ssl` are optional.
0 commit comments