MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
MetaImGUI::HttpResponse Struct Reference

#include <HttpClient.h>

Collaboration diagram for MetaImGUI::HttpResponse:

Public Attributes

HttpStatus status = HttpStatus::NetworkError
 
long httpCode = 0
 
std::string body
 

Detailed Description

Definition at line 40 of file HttpClient.h.

Member Data Documentation

◆ body

std::string MetaImGUI::HttpResponse::body

Definition at line 43 of file HttpClient.h.

◆ httpCode

long MetaImGUI::HttpResponse::httpCode = 0

Definition at line 42 of file HttpClient.h.

◆ status

HttpStatus MetaImGUI::HttpResponse::status = HttpStatus::NetworkError

Definition at line 41 of file HttpClient.h.

Referenced by MetaImGUI::HttpClient::Get().


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