#include <httpclient.h>
|
| void | dump (std::ostream &=std::cerr) const |
| | Log request details to a file/stream. More...
|
| |
◆ dump()
| void HttpClient::Request::dump |
( |
std::ostream & |
target = std::cerr | ) |
const |
Log request details to a file/stream.
- Parameters
-
| target | Stream to which to send the details. |
◆ body
| std::string HttpClient::Request::body |
◆ cookies
◆ debug
| bool HttpClient::Request::debug {false} |
|
mutable |
◆ headers
◆ parameters
◆ proxy
| std::string HttpClient::Request::proxy |
◆ timeout
| long HttpClient::Request::timeout {0} |
◆ type
◆ URL
| std::string HttpClient::Request::URL |
◆ user_agent
| std::string HttpClient::Request::user_agent |
The documentation for this struct was generated from the following files: