RoutingApplicationResponse
class RoutingApplicationResponse(call: RoutingApplicationCall, pipeline: ApplicationSendPipeline, response: ApplicationResponse) : ApplicationResponse
Content copied to clipboard
Represents an application response being handled by Routing
Constructors
Link copied to clipboard
fun RoutingApplicationResponse(call: RoutingApplicationCall, pipeline: ApplicationSendPipeline, response: ApplicationResponse)
Content copied to clipboard
Functions
Link copied to clipboard
Produces HTTP/2 push from server to client or sets HTTP/1.x hint header or does nothing. Exact behaviour is up to engine implementation.
Link copied to clipboard
Currently set status code for this response, or null if none was set
Set status for this response
Properties
Link copied to clipboard
ApplicationCall instance this ApplicationResponse is attached to
Link copied to clipboard
Link copied to clipboard