|
|
const std::string & | getHeader (const std::string hdr) const |
| | Return the header with the given name.
|
| |
|
const Body * | getBody () const |
| | Return the body of the message.
|
| |
|
curl_slist * | getCurlHeaders () |
| | Return the headers in CURL format.
|
| |
|
void | setCurlHeaders (curl_slist *hdr) |
| | Set the headers in CURL format.
|
| |
|
|
header_map | headers |
| |
|
Body * | body |
| |
|
|
class | HTTPClient |
| |
|
std::ostream & | operator<< (std::ostream &os, const Message &req) |
| |
|
std::istream & | operator>> (std::istream &is, const Message &req) |
| |
The documentation for this class was generated from the following files: