Pipeline.cc
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 front() const
get the first request context in the pipeline
Definition: Pipeline.cc:28
Http::StreamPointer back() const
get the last request context in the pipeline
Definition: Pipeline.cc:40
Definition: RefCount.h:27
std::list< Http::StreamPointer > requests
requests parsed from the connection but not yet completed.
Definition: Pipeline.h:67