Pipeline.h
Go to the documentation of this file.
Definition: Pipeline.h:35
bool empty() const
whether there are none or any requests currently pipelined
Definition: Pipeline.h:56
Http::StreamPointer front() const
get the first request context in the pipeline
Definition: Pipeline.cc:28
Pipeline & operator=(const Pipeline &)=delete
void add(const Http::StreamPointer &)
register a new request context to the pipeline
Definition: Pipeline.cc:20
void popMe(const Http::StreamPointer &)
deregister the front request from the pipeline
Definition: Pipeline.cc:52
Http::StreamPointer back() const
get the last request context in the pipeline
Definition: Pipeline.cc:40
~Pipeline()=default
std::list< Http::StreamPointer > requests
requests parsed from the connection but not yet completed.
Definition: Pipeline.h:67
Pipeline(const Pipeline &)=delete
Definition: RefCount.h:28