Enumeration: Methods
Request Methods.
string
Enumeration Members
ALL
ALL:
"all"
The ANY request catcher, receive any form of request with this.
string
Defined in
types/http/RequestMethods.ts:31
DELETE
DELETE:
"delete"
The DELETE request method.
string
Defined in
types/http/RequestMethods.ts:25
GET
GET:
"get"
The GET request method.
string
Defined in
types/http/RequestMethods.ts:13
HEAD
HEAD:
"head"
The HEAD request method.
string
Defined in
types/http/RequestMethods.ts:43
OPTIONS
OPTIONS:
"options"
The OPTIONS request method.
string
Defined in
types/http/RequestMethods.ts:49
POST
POST:
"post"
The POST request method.
string
Defined in
types/http/RequestMethods.ts:19
PUT
PUT:
"put"
The PUT request method.
string