An object containing the HTTP methods commonly used in API requests.

Enumeration Members

Enumeration Members

DELETE: "DELETE"

Represents the DELETE HTTP method.

GET: "GET"

Represents the GET HTTP method.

POST: "POST"

Represents the POST HTTP method.

PUT: "PUT"

Represents the PUT HTTP method.