|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Simple HTTP response containing status, body, and error info. More...
#include <HttpClient.h>
Public Attributes | |
| int | statusCode = 0 |
| HTTP status code (e.g. 200, 404). | |
| std::string | body |
| Response body. | |
| std::string | error |
| Error message (empty on success). | |
| bool | success = false |
| True if the request completed without error. | |
Simple HTTP response containing status, body, and error info.
Definition at line 31 of file HttpClient.h.
| std::string HttpClient::Response::body |
Response body.
Definition at line 34 of file HttpClient.h.
| std::string HttpClient::Response::error |
Error message (empty on success).
Definition at line 35 of file HttpClient.h.
| int HttpClient::Response::statusCode = 0 |
HTTP status code (e.g. 200, 404).
Definition at line 33 of file HttpClient.h.
| bool HttpClient::Response::success = false |
True if the request completed without error.
Definition at line 36 of file HttpClient.h.