Percent-encode a string for use in a URL.
Declared in <common/url.h>
<common/url.h>
std::string UrlEncode(std::string_view str);
The percent-encoded string.