HttpStatus

value class HttpStatus(val code: Int) : Comparable<HttpStatus>

Status code of an HTTP response.

Constructors

Link copied to clipboard
constructor(code: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: HttpStatus): Int