Utilities for parsing values of http-fields.
A class for holding the parsed value of qvalue from RFC7231.
static constexpr qvalue_details::extremum_max_t maximum
The indicator that tells that new qvalue object should have the maximal allowed value.
expected_t< typename Producer::result_type, parse_error_t > try_parse(string_view_t from, Producer producer)
Perform the parsing of the specified content by using specified value producer.
auto maybe(Clauses &&... clauses)
A factory function to create an optional clause.
auto to_lower() noexcept
A factory function to create a to_lower_transformer.
auto produce(Clauses &&... clauses)
A factory function to create a producer that creates an instance of the target type by using specifie...
auto token_p() noexcept
A factory function to create a token_producer.
auto non_empty_comma_separated_list_p(Element_Producer element)
A factory for a producer that handles non-empty list of comma-separated values.
auto weight_p() noexcept
A factory function to create a producer for weight parameter.
std::string_view string_view_t
nonstd::expected< T, E > expected_t
Tools for working with the value of Accept-Charset HTTP-field.
static expected_t< accept_charset_value_t, restinio::easy_parser::parse_error_t > try_parse(string_view_t what)
An attempt to parse Accept-Charset HTTP-field.
std::vector< item_t > item_container_t
static auto make_parser()
A factory function for a parser of Accept-Charset value.
item_container_t charsets