Skip to content

Commit

Permalink
Added timeout option to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaamanen authored and indexzero committed Apr 20, 2018
1 parent de1b808 commit 107c187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ proxyServer.listen(8015);
}
```
* **headers**: object with extra headers to be added to target requests.
* **proxyTimeout**: timeout (in millis) when proxy receives no response from target
* **proxyTimeout**: timeout (in millis) for outgoing proxy requests
* **timeout**: timeout (in millis) for incoming requests

**NOTE:**
`options.ws` and `options.ssl` are optional.
Expand Down

0 comments on commit 107c187

Please sign in to comment.