Public Member Functions | Public Attributes
cpr::Response Class Reference

#include <response.h>

List of all members.

Public Member Functions

 Response ()
template<typename TextType , typename HeaderType , typename UrlType , typename CookiesType , typename ErrorType >
 Response (const std::int32_t &p_status_code, TextType &&p_text, HeaderType &&p_header, UrlType &&p_url, const double &p_elapsed, CookiesType &&p_cookies=Cookies{}, ErrorType &&p_error=Error{})

Public Attributes

Cookies cookies
double elapsed
Error error
Header header
std::string text
Url url

Detailed Description

Definition at line 13 of file response.h.


Constructor & Destructor Documentation

template<typename TextType , typename HeaderType , typename UrlType , typename CookiesType , typename ErrorType >
cpr::Response::Response ( const std::int32_t &  p_status_code,
TextType &&  p_text,
HeaderType &&  p_header,
UrlType &&  p_url,
const double &  p_elapsed 
) [inline]

Definition at line 19 of file response.h.


Member Data Documentation

Definition at line 31 of file response.h.

Definition at line 30 of file response.h.

Definition at line 32 of file response.h.

Definition at line 28 of file response.h.

std::string cpr::Response::text

Definition at line 22 of file response.h.

Definition at line 29 of file response.h.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10