UNPKG
@request/interface
Version:
latest (0.1.0)
0.1.0
Common Interface for HTTP Clients
github.com/request/interface
request/interface
@request/interface
/
config
/
node.json
24 lines
(22 loc)
•
263 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
"protocol"
,
"host"
,
"hostname"
,
"family"
,
"port"
,
"localAddress"
,
"socketPath"
,
"method"
,
"path"
,
"headers"
,
"auth"
,
"agent"
,
"pfx"
,
"key"
,
"passphrase"
,
"cert"
,
"ca"
,
"ciphers"
,
"rejectUnauthorized"
,
"secureProtocol"
]