HttpMethod
Enum class representing standard HTTP request methods.
See also
Types
Properties
Link copied to clipboard
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Link copied to clipboard
Indicates whether this HTTP method is idempotent. Idempotent methods can be called multiple times without different outcomes.
Link copied to clipboard
Indicates whether the HTTP method typically requires a request body or data.
Functions
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.