status

open override fun status(): HttpStatusCode?(source)

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

Report a problem


open override fun status(value: HttpStatusCode)(source)

Specifies a status code for a response.

Report a problem