pub const CONTROLS: &'static AsciiSet;
Expand description
The C0 control percent-encode set are the C0 controls and U+007F (DEL). The set of 0x00 to 0x1F (C0 controls), and 0x7F (DEL).
Note that this includes the newline and tab characters, but not the space 0x20.