http_pipeline::create_pipeline 方法

创建包含线性阶段链的 http 管线

static std::shared_ptr<http_pipeline> create_pipeline(
   std::shared_ptr<http_pipeline_stage> last
);

参数

  • last
    最终阶段

要求

**标头:**http_msg.h

**命名空间:**web::http

请参见

参考

http_pipeline 类