RESTinio
|
Traits for parsing a query string in application/x-www-form-urlencoded mode. More...
#include <uri_helpers.hpp>
Additional Inherited Members | |
Static Public Member Functions inherited from restinio::utils::x_www_form_urlencoded_unescape_traits | |
static constexpr bool | ordinary_char (char c) noexcept |
Static Public Member Functions inherited from restinio::parse_query_traits::details::ampersand_only_as_separators | |
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 application/x-www-form-urlencoded mode.
In that mode:
Reference for more details: https://url.spec.whatwg.org/#concept-urlencoded-byte-serializer
Usage example:
Definition at line 290 of file uri_helpers.hpp.