Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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