android-components / mozilla.components.concept.fetch / Request / Method

Method

enum class Method (source)

Request methods.

The request method token is the primary source of request semantics; it indicates the purpose for which the client has made this request and what is expected by the client as a successful result.

https://tools.ietf.org/html/rfc7231#section-4

Enum Values

GET

HEAD

POST

PUT

DELETE

CONNECT

OPTIONS

TRACE