Go to the documentation of this file.
19 namespace http_field_parsers
55 return produce< connection_value_t >(
56 non_empty_comma_separated_list_p< value_container_t >(
#define RESTINIO_NODISCARD
RESTINIO_NODISCARD auto token_p() noexcept
A factory function to create a token_producer.
static RESTINIO_NODISCARD expected_t< connection_value_t, restinio::easy_parser::parse_error_t > try_parse(string_view_t what)
An attempt to parse Connection HTTP-field.
nonstd::string_view string_view_t
std::vector< std::string > value_container_t
RESTINIO_NODISCARD 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.
nonstd::expected< T, E > expected_t
Utilities for parsing values of http-fields.
RESTINIO_NODISCARD auto to_lower() noexcept
A factory function to create a to_lower_transformer.
static RESTINIO_NODISCARD auto make_parser()
A factory function for a parser of Connection value.
Tools for working with the value of Connection HTTP-field.