From 107c18720c3906f9049cc14d075b31910c0ccf55 Mon Sep 17 00:00:00 2001 From: jlaamanen Date: Wed, 31 Jan 2018 09:00:24 +0200 Subject: [PATCH] Added timeout option to docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a56ff691..258245d02 100644 --- a/README.md +++ b/README.md @@ -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.