Skip to content

Commit 1dc2c3d

Browse files
committed
Add agent to the possible meta keywords.
Allows setting up a custom HTTP agent.
1 parent 3be654c commit 1dc2c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/meta.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ Meta.keywords = [
215215
'date',
216216
'operation',
217217
'pool',
218-
'_pool'
218+
'_pool',
219+
'agent'
219220
]
220221

221222
module.exports = Meta;

0 commit comments

Comments
 (0)