RESTinio
|
A producer for OWS. More...
#include <basics.hpp>
Public Member Functions | |
RESTINIO_NODISCARD expected_t< result_type, parse_error_t > | try_parse (source_t &from) const noexcept |
Additional Inherited Members | |
![]() | |
using | result_type = restinio::optional_t< char > |
![]() | |
static constexpr entity_type_t | entity_type |
A producer for OWS.
If an OWS found in the input stream it produces non-empty optional_t<char> with SP as the value.
See: https://tools.ietf.org/html/rfc7230
Definition at line 481 of file basics.hpp.
|
inlinenoexcept |
Definition at line 486 of file basics.hpp.