ResponseStatusCodeResponse

data class ResponseStatusCodeResponse(val statusClass: String, val statusValue: Int)

A status to accept. Either a status code class like "2xx", or an integer status code like "200".

Constructors

Link copied to clipboard
fun ResponseStatusCodeResponse(statusClass: String, statusValue: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A class of status codes to accept.

Link copied to clipboard

A status code to accept.