Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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