rawRequest function

FromRequestParts<Request> rawRequest()

The request itself, for a handler that wants to reach past the extractors.

Named for what it hands over rather than just request, which collides with the local variable almost every test and middleware already has.

Implementation

FromRequestParts<Request> rawRequest() => const _RequestExtractable();