RoutingApplicationRequest
class RoutingApplicationRequest(call: RoutingApplicationCall, pipeline: ApplicationReceivePipeline, request: ApplicationRequest) : ApplicationRequest
Content copied to clipboard
An application request handled by Routing.
Constructors
Link copied to clipboard
fun RoutingApplicationRequest(call: RoutingApplicationCall, pipeline: ApplicationReceivePipeline, request: ApplicationRequest)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
An ApplicationCall instance this ApplicationRequest is attached to.
Link copied to clipboard
Provides access to headers for the current request. You can also get access to specific headers using dedicated extension functions, such as acceptEncoding, contentType, cacheControl, and so on.