mention agent options `family` and `lookup` in readme for reference

This commit is contained in:
Bernhard K. Weisshuhn 2018-06-19 18:39:48 +02:00 committed by Gregor Martynus
parent b2c5f543ce
commit a33d6b0de1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}
```