|
using | h_parser_t = std::unique_ptr< boost::beast::http::request_parser< boost::beast::http::empty_body > > |
|
using | header_t = boost::beast::http::request_header<> |
|
|
header_t & | header () |
|
const header_t & | header () const |
|
template<typename Body , std::invocable< malloy::http::request< Body > && > Callback, typename SetupCb > |
auto | body (Callback &&done, SetupCb &&setup) |
|
template<typename Body , std::invocable< malloy::http::request< Body > && > Callback> |
auto | body (Callback &&done) |
|
◆ connection
A client-side WebSocket connection.
A server-side WebSocket connection.
The documentation for this class was generated from the following file: