HttpMethod

data class HttpMethod(val value: String)

Represents an HTTP method (verb)

Report a problem

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

contains method name

Functions

Link copied to clipboard
open override fun toString(): String