2
3
6
7
8
9
10
14#include <restinio/helpers/http_field_parsers/basics.hpp>
29
30
31
32
33
34
35
36
37
38
45
46
47
48
49
50
51
52
53
54
70
71
72
73
74
75
76
77
84 to.append( &from[0], from.size() );
auto to_container()
A factory function to create a to_container_consumer.
auto symbol_p(char expected) noexcept
A factory function to create a symbol_producer.
auto hexdigit_p() noexcept
A factory function to create a hexdigit_producer.
std::array< char, 3 > pct_encoded_result_type_t
A type for representing extraction of percent-encoded char from the input stream.
auto pct_encoded_symbols_p()
A producer that extract a sequence of symbols represented a percent-encoded character.
A special base class to be used with consumers.
A special consumer that inserts an extracted sequence of symbols into the result string.
void consume(std::string &to, pct_encoded_result_type_t &&from) const