Public Types | Public Member Functions | Public Attributes | List of all members
util::http::SendLambda< FiberSyncStream > Struct Template Reference

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
 

Detailed Description

template<typename FiberSyncStream>
struct util::http::SendLambda< FiberSyncStream >

Definition at line 21 of file http_conn_handler.h.


The documentation for this struct was generated from the following file: