ゴミ箱
Classes | Namespaces | Typedefs
parser.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/http/basic_parser.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/type_traits.hpp>
#include <boost/optional.hpp>
#include <boost/throw_exception.hpp>
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
#include <boost/beast/http/impl/parser.ipp>

Go to the source code of this file.

Classes

class  boost::beast::http::parser< isRequest, Body, Allocator >
 

Namespaces

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

Typedefs

template<class Body , class Allocator = std::allocator<char>>
using boost::beast::http::request_parser = parser< true, Body, Allocator >
 An HTTP/1 parser for producing a request message. More...
 
template<class Body , class Allocator = std::allocator<char>>
using boost::beast::http::response_parser = parser< false, Body, Allocator >
 An HTTP/1 parser for producing a response message. More...