Skip to content

Commit a33d6b0

Browse files
bkwgr2m
authored andcommitted
mention agent options family and lookup in readme for reference
1 parent b2c5f54 commit a33d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The default values are shown after each option key.
216216
timeout: 0, // req/res timeout in ms, it resets on redirect. 0 to disable (OS limit applies)
217217
compress: true, // support gzip/deflate content encoding. false to disable
218218
size: 0, // maximum response body size in bytes. 0 to disable
219-
agent: null // http(s).Agent instance, allows custom proxy, certificate etc.
219+
agent: null // http(s).Agent instance, allows custom proxy, certificate, lookup, family etc.
220220
}
221221
```
222222

0 commit comments

Comments
 (0)