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

This structure represents the HTTP response data. More...

#include <restclient.h>

Public Attributes

int code
 
std::string body
 
HeaderFields headers
 

Detailed Description

This structure represents the HTTP response data.

Member Data Documentation

RestClient::Response::body

Member 'body' contains the HTTP response body

RestClient::Response::code

Member 'code' contains the HTTP response code

RestClient::Response::headers

Member 'headers' contains the HTTP response headers


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