RoutingApplicationResponse
class RoutingApplicationResponse(call: RoutingApplicationCall, pipeline: ApplicationSendPipeline, response: ApplicationResponse) : ApplicationResponse
Content copied to clipboard
An application response 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 a server to a client or sets an HTTP/1.x hint header or does nothing. Exact behaviour is up to engine implementation.
Properties
Link copied to clipboard
An ApplicationCall instance this ApplicationResponse is attached to.