ゴミ箱
Classes | Namespaces | Typedefs
string_body.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/optional.hpp>
#include <cstdint>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

struct  boost::beast::http::basic_string_body< CharT, Traits, Allocator >
 
class  boost::beast::http::basic_string_body< CharT, Traits, Allocator >::reader
 
class  boost::beast::http::basic_string_body< CharT, Traits, Allocator >::writer
 

Namespaces

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

Typedefs

using boost::beast::http::string_body = basic_string_body< char >
 A Body using std::string More...