http_request::get_response 方法

获取表示最终将发送响应的一个任务。

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

返回值

一旦发送响应则任务完成。

要求

**标头:**http_msg.h

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

请参见

参考

http_request 类