Share via


http_pipeline_stage::propagate Method

Runs this stage against the given request and passes onto the next stage.

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

Parameters

  • request
    The HTTP request.

Return Value

A task of the HTTP response.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_pipeline_stage Class