RESTinio
|
Traits for parsing a query string in JavaScript-compatible mode. More...
#include <uri_helpers.hpp>
Additional Inherited Members | |
![]() | |
static constexpr bool | ordinary_char (char c) noexcept |
![]() | |
static string_view_t::size_type | find_next_separator (string_view_t where, string_view_t::size_type start_from) noexcept |
Traits for parsing a query string in JavaScript-compatible mode.
In that mode several non-percent-encoded characters are allowed: -
, .
, ~
, _
, *
, !
, ‘’,
(,
)`
Usage example:
Definition at line 262 of file uri_helpers.hpp.