Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.89.0.
Defined in header <boost/beast/http/fields.hpp>
struct element : public boost::intrusive::list_base_hook< boost::intrusive::link_mode< boost::intrusive::normal_link > >, public boost::intrusive::set_base_hook< boost::intrusive::link_mode< boost::intrusive::normal_link > >, public http::basic_fields< Allocator >::value_type
|
Name |
Description |
|---|---|
|
Returns the field enum, which can be field::unknown. |
|
|
Returns the field name as a string. |
|
|
Returns the value of the field. |
Convenience header <boost/beast/http.hpp>