RESTinio
|
The traits for escaping and unexcaping symbols in JavaScript-compatible mode. More...
#include <percent_encoding.hpp>
Static Public Member Functions | |
static constexpr bool | ordinary_char (char c) noexcept |
The traits for escaping and unexcaping symbols in JavaScript-compatible mode.
The following symbols are allowed to be unescaped: -
, .
, ~
, _
, *
, !
, ‘’,
(,
)`
Definition at line 124 of file percent_encoding.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 127 of file percent_encoding.hpp.