|
dot-xx
A personal collection of small C++ modules
|
URL encoding and decoding. More...
Functions | |
| constexpr char | dxx::http::url::hex_to_half (char c) |
| constexpr char | dxx::http::url::half_to_hex (char c) |
| constexpr std::string | dxx::http::url::decode (std::string_view encoded) |
| constexpr std::string | dxx::http::url::encode (std::string_view decoded) |
URL encoding and decoding.