http_pipeline_stage::next_stage 方法

获取管道中的下一个阶段。

std::shared_ptr<http_pipeline_stage> next_stage() const;

返回值

指向管道阶段的共享指针。

要求

**标头:**http_msg.h

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

请参见

参考

http_pipeline_stage 类