Percent‐encode a string for use in a URL.
Synopsis
Declared in <common/url.h>
std::string
UrlEncode(std::string_view str);
Return Value
The percent‐encoded string.
Parameters
Name |
Description |
str |
The raw input string. |
Created with MrDocs