ゴミ箱
Namespaces | Classes | Typedefs | Enumerations
http Namespace Reference

Namespaces

 header
 

Classes

class  Router
 
class  Server
 

Typedefs

typedef request< dynamic_bodydynamic_request
 Alias to beast::http::request. More...
 
typedef response< dynamic_bodydynamic_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 Documentation

Alias to beast::http::request.

Alias to beast::http::response.

Enumeration Type Documentation

enum http::Method
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.