ゴミ箱
|
Namespaces | |
header | |
Classes | |
class | Router |
class | Server |
Typedefs | |
typedef request< dynamic_body > | dynamic_request |
Alias to beast::http::request. More... | |
typedef response< dynamic_body > | dynamic_response |
Alias to beast::http::response. More... | |
Enumerations | |
enum | Method { Method::GET = boost::beast::http::verb::get, Method::HEAD = boost::beast::http::verb::head, Method::POST = boost::beast::http::verb::post, Method::PUT = boost::beast::http::verb::put, Method::DELETE_ = boost::beast::http::verb::delete_, Method::CONNECT = boost::beast::http::verb::connect, Method::OPTIONS = boost::beast::http::verb::options, Method::TRACE = boost::beast::http::verb::trace } |
typedef request<dynamic_body> http::dynamic_request |
Alias to beast::http::request.
typedef response<dynamic_body> http::dynamic_response |
Alias to beast::http::response.
|
strong |
Alias to boost::beast::http::verb
Enumerator | |
---|---|
GET |
HTTP GET. |
HEAD |
HTTP HEAD. |
POST |
HTTP POST. |
PUT |
HTTP PUT. |
DELETE_ |
HTTP DELETE. |
CONNECT |
HTTP CONNECT. |
OPTIONS |
HTTP OPTIONS. |
TRACE |
HTTP TRACE. |