|
RADLib
RADical C++ application framework
|
HTTP response data returned by RADHttpClient. More...
#include <RADNet.h>
Public Attributes | |
| int | statusCode = 0 |
| Numeric HTTP status code. More... | |
| std::string | reasonPhrase |
| HTTP reason phrase, when provided by the server. More... | |
| std::map< std::string, std::string > | headers |
| Response headers keyed by header name. More... | |
| std::string | body |
| Response body as text bytes. More... | |
HTTP response data returned by RADHttpClient.
| std::string RADNet::RADHttpResponse::body |
Response body as text bytes.
| std::map<std::string, std::string> RADNet::RADHttpResponse::headers |
Response headers keyed by header name.
| std::string RADNet::RADHttpResponse::reasonPhrase |
HTTP reason phrase, when provided by the server.
| int RADNet::RADHttpResponse::statusCode = 0 |
Numeric HTTP status code.