RESTinio
|
A producer for quoted_pair. More...
#include <basics.hpp>
Public Member Functions | |
RESTINIO_NODISCARD expected_t< result_type, parse_error_t > | try_parse (source_t &from) const |
Additional Inherited Members | |
![]() | |
using | result_type = char |
![]() | |
static constexpr entity_type_t | entity_type |
A producer for quoted_pair.
If a quoted_pair is found in the input stream it produces char with the value of that token.
See: https://tools.ietf.org/html/rfc7230
Definition at line 701 of file basics.hpp.
|
inline |
Definition at line 706 of file basics.hpp.