HttpMethod
HTTP request method.
Content copied to clipboard
elide.http.HttpMethod
Properties
Link copied to clipboard
HTTP CONNECT.
Content copied to clipboard
CONNECT = 9;
Link copied to clipboard
HTTP DELETE.
Content copied to clipboard
DELETE = 4;
Link copied to clipboard
HTTP HEAD.
Content copied to clipboard
HEAD = 6;
Link copied to clipboard
HTTP OPTIONS.
Content copied to clipboard
OPTIONS = 7;
Link copied to clipboard
HTTP PATCH.
Content copied to clipboard
PATCH = 5;
Link copied to clipboard
HTTP POST.
Content copied to clipboard
POST = 2;
Link copied to clipboard
HTTP TRACE.
Content copied to clipboard
TRACE = 8;
Link copied to clipboard
Unspecified HTTP method; this indicates a forward-incompatible value and should not be used by regular code.
Content copied to clipboard
UNSPECIFIED_METHOD = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.