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
/
common.json
32 lines
(25 loc)
•
271 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
25
26
27
28
29
30
31
32
[
"method"
,
"url"
,
"uri"
,
"qs"
,
"form"
,
"json"
,
"body"
,
"multipart"
,
"auth"
,
"gzip"
,
"encoding"
,
"parse"
,
"stringify"
,
"proxy"
,
"tunnel"
,
"headers"
,
"cookie"
,
"length"
,
"callback"
,
"redirect"
,
"timeout"
,
"har"
,
"end"
]