http_pipeline::create_pipeline Method
Create an http pipeline that consists of a linear chain of stages
static std::shared_ptr<http_pipeline> create_pipeline(
std::shared_ptr<http_pipeline_stage> last
);
Parameters
- last
The final stage
Requirements
Header: http_msg.h
Namespace: web::http