From a33d6b0de15217003353285aeac5e812db271e8d Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Tue, 19 Jun 2018 18:39:48 +0200 Subject: [PATCH] mention agent options `family` and `lookup` in readme for reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6805ec3..2580b34 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ The default values are shown after each option key. timeout: 0, // req/res timeout in ms, it resets on redirect. 0 to disable (OS limit applies) compress: true, // support gzip/deflate content encoding. false to disable size: 0, // maximum response body size in bytes. 0 to disable - agent: null // http(s).Agent instance, allows custom proxy, certificate etc. + agent: null // http(s).Agent instance, allows custom proxy, certificate, lookup, family etc. } ```