C++ Actor Framework 1.0.0
|
Operates on HTTP requests. More...
#include <upper_layer.hpp>
Additional Inherited Members | |
![]() | |
virtual void | prepare_send ()=0 |
Gives the upper layer an opportunity to add additional data to the output buffer. | |
virtual bool | done_sending ()=0 |
Queries whether all pending data has been sent. | |
virtual void | abort (const error &reason)=0 |
Called by the lower layer for cleaning up any state in case of an error or when disposed. | |
Operates on HTTP requests.