restclient-cpp
C++ client for making HTTP/REST requests
Public Attributes | List of all members
RestClient::Connection::Info Struct Reference

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
 

Detailed Description

holds some diagnostics information about the connection object it came from

Member Data Documentation

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


The documentation for this struct was generated from the following file: