Expand description
Percent-encoding and query-string handling.
Functionsยง
- decode
- Decode
%XXescapes and+(which means a space in query strings). - encode
- Percent-encode everything outside the unreserved set.
- normalize_
path - Collapse
.and..segments and reject anything that escapes the root. - parse_
query - Parse
a=1&b=2into pairs, decoding both sides. - split_
target - Split a request target into its path and raw query string.