pub const QUERY: &AsciiSet;
Expand description

The query percent-encode set is the C0 control percent-encode set and U+0020 SPACE, U+0022 (“), U+0023 (#), U+003C (<), and U+003E (>).

The query percent-encode set cannot be defined in terms of the fragment percent-encode set due to the omission of U+0060 (`).