http_pipeline::propagate 方法

启动 HTTP 请求进入管线

pplx::task<http_response> propagate(
   http_request request
);

参数

  • request
    Http 请求

要求

**标头:**http_msg.h

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

请参见

参考

http_pipeline 类