3#include <boost/beast/http/message.hpp>
4#include <boost/beast/http/field.hpp>
5#include <boost/beast/http/status.hpp>
6#include <boost/beast/http/verb.hpp>
18 using method = boost::beast::http::verb;
23 using status = boost::beast::http::status;
28 using field = boost::beast::http::field;
33 using fields = boost::beast::http::fields;
38 template<
typename Fields = fields>
44 template<
typename Fields = fields>
boost::beast::http::verb method
Definition: types.hpp:18
boost::beast::http::fields fields
Definition: types.hpp:33
boost::beast::http::field field
Definition: types.hpp:28
boost::beast::http::request_header< Fields > request_header
Definition: types.hpp:39
boost::beast::http::status status
Definition: types.hpp:23
boost::beast::http::response_header< Fields > response_header
Definition: types.hpp:45