Mads
Multi-Agent Distributed System
Loading...
Searching...
No Matches
Mads::HttpsClient::Response Struct Reference

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.
 

Detailed Description

Result of an HTTPS GET request.

Definition at line 24 of file https_client.hpp.

Member Data Documentation

◆ body

std::string Mads::HttpsClient::Response::body

Response body as string.

Definition at line 27 of file https_client.hpp.

◆ status_code

int Mads::HttpsClient::Response::status_code = 0

HTTP status code (e.g., 200, 404)

Definition at line 25 of file https_client.hpp.

◆ status_message

std::string Mads::HttpsClient::Response::status_message

HTTP status message (e.g., "OK")

Definition at line 26 of file https_client.hpp.


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