restclient-cpp
C++ client for making HTTP/REST requests
|
holds some diagnostics information about the connection object it came from More...
#include <connection.h>
Public Attributes | |
std::string | baseUrl |
RestClient::HeaderFields | headers |
int | timeout |
bool | followRedirects |
struct { | |
std::string username | |
std::string password | |
} | basicAuth |
std::string | certPath |
std::string | certType |
std::string | keyPath |
std::string | customUserAgent |
RequestInfo | lastRequest |
holds some diagnostics information about the connection object it came from
RestClient::Connection::Info::baseUrl |
Member 'baseUrl' contains the base URL for the connection object
RestClient::Connection::Info::basicAuth |
Member 'basicAuth' contains information about basic auth
RestClient::Connection::Info::customUserAgent |
Member 'customUserAgent' contains the custom user agent
RestClient::Connection::Info::followRedirects |
Member 'followRedirects' contains whether or not to follow redirects
RestClient::Connection::Info::headers |
Member 'headers' contains the HeaderFields map
RestClient::Connection::Info::lastRequest |
Member 'lastRequest' contains metrics about the last request
RestClient::Connection::Info::timeout |
Member 'timeout' contains the configured timeout