rawQuery function

FromRequestParts<String?> rawQuery()

Reads the raw, undecoded query string, or null when there is none.

Implementation

FromRequestParts<String?> rawQuery() => const RawQueryExtractable();