Method
The various HTTP-based methods to wait for
enum Method {
CONNECT
DELETE
GET
HEAD
OPTIONS
PATCH
POST
PUT
TRACE
}
Values
Method.CONNECT
Method.DELETE
Method.GET
Method.HEAD
Method.OPTIONS
Method.PATCH
Method.POST
Method.PUT
Method.TRACE
Member Of
proxy
mutation ● reject
mutation ● request
mutation ● RequestInput
input ● RequestResponse
object ● response
mutation ● ResponseResponse
object ● waitForRequest
mutation