ゴミ箱
|
#include <boost/beast/core/buffer_cat.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/detail/buffers_ref.hpp>
#include <boost/beast/http/verb.hpp>
#include <boost/beast/http/rfc7230.hpp>
#include <boost/beast/http/status.hpp>
#include <boost/beast/http/chunk_encode.hpp>
#include <boost/throw_exception.hpp>
#include <stdexcept>
#include <string>
Namespaces | |
boost | |
boost::beast | |
boost::beast::http | |
boost::beast::http::detail | |
Macros | |
#define | BOOST_BEAST_HTTP_IMPL_FIELDS_IPP |
Functions | |
template<class Allocator > | |
void | boost::beast::http::swap (basic_fields< Allocator > &lhs, basic_fields< Allocator > &rhs) |
template<class String , class Pred > | |
void | boost::beast::http::detail::filter_token_list (String &s, string_view value, Pred &&pred) |
template<class String , class Pred > | |
void | boost::beast::http::detail::filter_token_list_last (String &s, string_view value, Pred &&pred) |
template<class String > | |
void | boost::beast::http::detail::keep_alive_impl (String &s, string_view value, unsigned version, bool keep_alive) |
#define BOOST_BEAST_HTTP_IMPL_FIELDS_IPP |