http_pipeline::append 方法

添加 HTTP 管道阶段到管道。

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

参数

  • stage
    一个管道阶段

要求

**标头:**http_msg.h

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

请参见

参考

http_pipeline 类