共用方式為


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 類別