共用方式為


http_pipeline::append 方法

將 HTTP 管線階段加入至管線。

void append(
   std::shared_ptr<http_pipeline_stage> stage
);

參數

  • stage
    管線階段。

需求

**標頭:**http_msg.h

**命名空間:**web::http

請參閱

參考

http_pipeline 類別