ゴミ箱
Classes | Namespaces | Typedefs
fields.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/core/string_param.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/allocator.hpp>
#include <boost/beast/http/field.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/set.hpp>
#include <boost/optional.hpp>
#include <algorithm>
#include <cctype>
#include <cstring>
#include <memory>
#include <string>
#include <type_traits>
#include <utility>
#include <boost/beast/http/impl/fields.ipp>

Go to the source code of this file.

Classes

class  boost::beast::http::basic_fields< Allocator >
 
class  boost::beast::http::basic_fields< Allocator >::value_type
 The type of element used to represent a field. More...
 
struct  boost::beast::http::basic_fields< Allocator >::key_compare
 

Namespaces

 boost
 
 boost::beast
 
 boost::beast::http
 

Typedefs

using boost::beast::http::fields = basic_fields< std::allocator< char >>
 A typical HTTP header fields container. More...