UNPKG
@voiceflow/fetch
Version:
canary (1.10.2-f91712198.164)
latest (1.12.1)
1.12.1
1.12.0
1.11.3
1.11.0
1.10.2
1.10.2-f91712198.164
1.10.1
1.10.1-xavier-prerelease-on-demand-IN-2227.36
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
Voiceflow fetch wrapper and error handling for SDKs
@voiceflow/fetch
/
build
/
cjs
/
http-method.enum.d.ts
9 lines
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
HTTPMethod
{
DELETE
=
"delete"
,
GET
=
"get"
,
HEAD
=
"head"
,
PATCH
=
"patch"
,
POST
=
"post"
,
PUT
=
"put"
}
//# sourceMappingURL=http-method.enum.d.ts.map