ゴミ箱
|
#include <router.hpp>
Public Member Functions | |
Context (const Context &that)=delete | |
Context (Context &&other) noexcept=delete | |
Public Attributes | |
const boost::asio::ip::tcp::socket & | socket |
asio's socket can give access to useful information such as local/remote endpoint. More... | |
const dynamic_request & | request |
boost::beast request More... | |
dynamic_response & | response |
boost::beast response into which handler writes stuff More... | |
const matches | matches |
regex matches More... | |
Context structure that contains beast's primitives.
For obvious reasons only response can be modified.
|
delete |
|
deletenoexcept |
const matches http::Router::Context::matches |
regex matches
const dynamic_request& http::Router::Context::request |
boost::beast request
dynamic_response& http::Router::Context::response |
boost::beast response into which handler writes stuff
const boost::asio::ip::tcp::socket& http::Router::Context::socket |
asio's socket can give access to useful information such as local/remote endpoint.