RESTinio
Loading...
Searching...
No Matches
restinio::http_field_parsers::authorization_value_t::param_value_t Struct Reference

A storage for the value of a parameter. More...

#include <authorization.hpp>

Public Attributes

std::string value
 The value of a parameter.
value_form_t form
 How this value was represented: as a token, or a quoted string?

Detailed Description

A storage for the value of a parameter.

Definition at line 143 of file authorization.hpp.

Member Data Documentation

◆ form

value_form_t restinio::http_field_parsers::authorization_value_t::param_value_t::form

How this value was represented: as a token, or a quoted string?

Definition at line 148 of file authorization.hpp.

◆ value

std::string restinio::http_field_parsers::authorization_value_t::param_value_t::value

The value of a parameter.

Definition at line 146 of file authorization.hpp.


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