Const
Readonly
DELETE: "DELETE"HTTP DELETE method
Readonly
GET: "GET"HTTP GET method
Readonly
HEAD: "HEAD"HTTP HEAD method
Readonly
OPTIONS: "OPTIONS"HTTP OPTIONS method
Readonly
PATCH: "PATCH"HTTP PATCH method
Readonly
POST: "POST"HTTP POST method
Readonly
PUT: "PUT"HTTP PUT method
HTTP method constants for use in requests. Provides type-safe HTTP method names.