Public Types | |
template<typename Body > | |
using | Response = ::boost::beast::http::response< Body > |
using | error_code = ::boost::system::error_code |
Public Member Functions | |
SendLambda (FiberSyncStream &stream) | |
template<typename Body > | |
void | Invoke (Response< Body > &&msg) |
Public Attributes | |
FiberSyncStream & | stream_ |
error_code | ec |
Definition at line 21 of file http_conn_handler.h.