status

abstract fun status(): HttpStatusCode?(source)

Returns a response status code or null if a status code is not set.

Report a problem


abstract fun status(value: HttpStatusCode)(source)

Specifies a status code for a response.

Report a problem