|
restclient-cpp
C++ client for making HTTP/REST requests
|
This structure represents the HTTP response data. More...
#include <restclient.h>
Public Attributes | |
| int | code |
| std::string | body |
| HeaderFields | headers |
This structure represents the HTTP response data.
| 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
1.8.9.1