ゴミ箱
|
#include <boost/beast/config.hpp>
#include <boost/beast/core/buffer_cat.hpp>
#include <boost/beast/core/buffer_prefix.hpp>
#include <boost/beast/core/consuming_buffers.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/core/detail/variant.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/chunk_encode.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/optional.hpp>
#include <boost/beast/http/impl/serializer.ipp>
Go to the source code of this file.
Classes | |
class | boost::beast::http::serializer< isRequest, Body, Fields > |
Namespaces | |
boost | |
boost::beast | |
boost::beast::http | |
Typedefs | |
template<class Body , class Fields = fields> | |
using | boost::beast::http::request_serializer = serializer< true, Body, Fields > |
A serializer for HTTP/1 requests. More... | |
template<class Body , class Fields = fields> | |
using | boost::beast::http::response_serializer = serializer< false, Body, Fields > |
A serializer for HTTP/1 responses. More... | |