NonStandardStatus

data class NonStandardStatus(statusCode: Int, reasonPhrase: String?) : StatusType

Container for non-standard HTTP statuses.

Constructors

Link copied to clipboard
Link copied to clipboard
fun NonStandardStatus(statusCode: Int, reasonPhrase: String?)

Functions

Link copied to clipboard
open override fun getReasonPhrase(): String?
Link copied to clipboard
open override fun getStatusCode(): Int