dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
url.xx File Reference
module dxx.http

URL encoding and decoding. More...

import std;
import dxx.cstd.fixed;
import dxx.assert;

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)

Detailed Description

URL encoding and decoding.