Methods

Enum class representing various HTTP request methods.

Please see RFC 9110 - HTTP Semantics for the usages of HTTP request methods.

Entries

Link copied to clipboard

Used with a proxy that can dynamically switch to being a tunnel.

Link copied to clipboard

Used to delete a resource identified by a URI.

Link copied to clipboard

Used to retrieve a representation of a resource.

Link copied to clipboard

Same as GET, but returns only headers and no body.

Link copied to clipboard

Used to describe the communication options for the target resource.

Link copied to clipboard

Used to apply partial modifications to a resource.

Link copied to clipboard

Used to submit an entity to the specified resource, often causing a change in state or side effects on the server.

Link copied to clipboard

Used to replace all current representations of the target resource with the uploaded content.

Link copied to clipboard

Used to invoke a remote, application-layer loop-back of the request message.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Methods

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.