status
abstract fun status(): HttpStatusCode?
Currently set status code for this response, or null if none was set
abstract fun status(value: HttpStatusCode): Unit
Set status for this response
abstract fun status(): HttpStatusCode?
Currently set status code for this response, or null if none was set
abstract fun status(value: HttpStatusCode): Unit
Set status for this response