Enumeration: HttpMethods
Enumeration: HttpMethods
Enum representing standard HTTP methods.
Enumeration Members
DELETE
DELETE: "DELETE";
GET
GET: "GET";
HEAD
HEAD: "HEAD";
OPTIONS
OPTIONS: "OPTIONS";
PATCH
PATCH: "PATCH";
POST
POST: "POST";
PUT
PUT: "PUT";