# Functions
No description provided by the author
No description provided by the author
QueryEscape escapes the string so it can be safely placed inside a URL query.
QueryUnescape does the inverse transformation of QueryEscape, converting %AB into the byte 0xAB and '+' into ' ' (space).
No description provided by the author
UnescapeEx unescapes a string; the mode specifies which section of the URL string is being unescaped.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author