RESTinio
Public Types | Static Public Member Functions | Public Attributes | List of all members
restinio::http_field_parsers::connection_value_t Struct Reference

Tools for working with the value of Connection HTTP-field. More...

#include <connection.hpp>

Public Types

using value_container_t = std::vector< std::string >
 

Static Public Member Functions

static RESTINIO_NODISCARD auto make_parser ()
 A factory function for a parser of Connection value. More...
 
static RESTINIO_NODISCARD expected_t< connection_value_t, restinio::easy_parser::parse_error_ttry_parse (string_view_t what)
 An attempt to parse Connection HTTP-field. More...
 

Public Attributes

value_container_t values
 

Detailed Description

Tools for working with the value of Connection HTTP-field.

This struct represents parsed value of HTTP-field Connection (see https://tools.ietf.org/html/rfc7230#section-6):

Connection        = 1#connection-option
connection-option = token
Note
Connection options are converted to lower case during the parsing.
Since
v.0.6.9

Definition at line 40 of file connection.hpp.

Member Typedef Documentation

◆ value_container_t

Definition at line 42 of file connection.hpp.

Member Function Documentation

◆ make_parser()

static RESTINIO_NODISCARD auto restinio::http_field_parsers::connection_value_t::make_parser ( )
inlinestatic

A factory function for a parser of Connection value.

Since
v.0.6.9

Definition at line 53 of file connection.hpp.

◆ try_parse()

static RESTINIO_NODISCARD expected_t< connection_value_t, restinio::easy_parser::parse_error_t > restinio::http_field_parsers::connection_value_t::try_parse ( string_view_t  what)
inlinestatic

An attempt to parse Connection HTTP-field.

Since
v.0.6.9

Definition at line 69 of file connection.hpp.

Member Data Documentation

◆ values

value_container_t restinio::http_field_parsers::connection_value_t::values

Definition at line 44 of file connection.hpp.


The documentation for this struct was generated from the following file: