Share via


http_request::get_response Method

Gets a task representing the response that will eventually be sent.

pplx::task<http_response> get_response() const;

Return Value

A task that is completed once response is sent.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_request Class