Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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