RESTinio
|
A storage for the value of a parameter. More...
#include <authorization.hpp>
Public Attributes | |
std::string | value |
The value of a parameter. More... | |
value_form_t | form |
How this value was represented: as a token, or a quoted string? More... | |
A storage for the value of a parameter.
Definition at line 144 of file authorization.hpp.
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 149 of file authorization.hpp.
std::string restinio::http_field_parsers::authorization_value_t::param_value_t::value |
The value of a parameter.
Definition at line 147 of file authorization.hpp.