mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Added timeout option to docs
This commit is contained in:
parent
de1b80851a
commit
107c18720c
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user