![]() |
Mads
Multi-Agent Distributed System
|
Result of an HTTPS GET request. More...
#include <https_client.hpp>
Public Attributes | |
| int | status_code = 0 |
| HTTP status code (e.g., 200, 404) | |
| std::string | status_message |
| HTTP status message (e.g., "OK") | |
| std::string | body |
| Response body as string. | |
Result of an HTTPS GET request.
Definition at line 24 of file https_client.hpp.
| std::string Mads::HttpsClient::Response::body |
Response body as string.
Definition at line 27 of file https_client.hpp.
| int Mads::HttpsClient::Response::status_code = 0 |
HTTP status code (e.g., 200, 404)
Definition at line 25 of file https_client.hpp.
| std::string Mads::HttpsClient::Response::status_message |
HTTP status message (e.g., "OK")
Definition at line 26 of file https_client.hpp.