HttpMethod

data class HttpMethod(val value: String)

Simple data class to hold the Http Method name of an Http request.

There are two constant values available for Get and Post since they are most commonly used in this library.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard