RESTinio
|
A transformer that performs percent-unescaping of an input string. More...
#include <easy_parser_router.hpp>
Public Types | |
using | input_type = std::string |
![]() | |
using | result_type = std::string |
Public Member Functions | |
RESTINIO_NODISCARD result_type | transform (input_type &&input) const |
Additional Inherited Members | |
![]() | |
static constexpr entity_type_t | entity_type |
A transformer that performs percent-unescaping of an input string.
Definition at line 169 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 172 of file easy_parser_router.hpp.
|
inline |
Definition at line 176 of file easy_parser_router.hpp.