#include <httpclient.h>
|
| void | dump (std::ostream &=std::cerr) const |
| | Log response details to a file/stream. More...
|
| |
◆ dump()
| void HttpClient::Response::dump |
( |
std::ostream & |
target = std::cerr | ) |
const |
Log response details to a file/stream.
- Parameters
-
| target | Stream to which to send the response. |
◆ awaiting_http_status_line
| bool HttpClient::Response::awaiting_http_status_line {true} |
◆ body
| std::string HttpClient::Response::body |
◆ cookies
◆ curl_code
| CURLcode HttpClient::Response::curl_code |
◆ debug
| bool HttpClient::Response::debug {false} |
◆ header_corruption
| bool HttpClient::Response::header_corruption {false} |
◆ headers
◆ http_status
| int HttpClient::Response::http_status {0} |
◆ http_status_text
| std::string HttpClient::Response::http_status_text |
The documentation for this struct was generated from the following files: