BaseApplicationResponse

Constructors

Link copied to clipboard
constructor(call: PipelineCall)

Types

Link copied to clipboard

Content's body size doesn't match the provided one in Content-Length header

Link copied to clipboard

Content's body size doesn't match the provided one in Content-Length header

Link copied to clipboard
object Companion
Link copied to clipboard

OutgoingContent is trying to set some header that is not allowed for this content type. For example, only upgrade content can set Upgrade header.

Link copied to clipboard

Thrown when there was already response sent but we are trying to respond again

Properties

Link copied to clipboard
override val call: PipelineCall
Link copied to clipboard
open override val cookies: ResponseCookies
Link copied to clipboard
abstract val headers: ResponseHeaders
Link copied to clipboard
open override val isCommitted: Boolean
Link copied to clipboard
override var isSent: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun push(builder: ResponsePushBuilder)
Link copied to clipboard
open override fun status(): HttpStatusCode?
open override fun status(value: HttpStatusCode)