RESTinio
|
A transformer that performs percent-unescaping of an input string. More...
#include <easy_parser_router.hpp>
Public Types | |
using | input_type = std::string |
Public Types inherited from restinio::easy_parser::impl::transformer_tag< std::string > | |
using | result_type |
Public Member Functions | |
result_type | transform (input_type &&input) const |
Additional Inherited Members | |
Static Public Attributes inherited from restinio::easy_parser::impl::transformer_tag< std::string > | |
static constexpr entity_type_t | entity_type |
A transformer that performs percent-unescaping of an input string.
Definition at line 166 of file easy_parser_router.hpp.
using restinio::router::easy_parser_router::impl::unescape_transformer_t< Unescape_Traits >::input_type = std::string |
Definition at line 169 of file easy_parser_router.hpp.
|
inlinenodiscard |
Definition at line 173 of file easy_parser_router.hpp.