|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|
#include <HttpClient.h>

Public Attributes | |
| HttpStatus | status = HttpStatus::NetworkError |
| long | httpCode = 0 |
| std::string | body |
Definition at line 40 of file HttpClient.h.
| std::string MetaImGUI::HttpResponse::body |
Definition at line 43 of file HttpClient.h.
| long MetaImGUI::HttpResponse::httpCode = 0 |
Definition at line 42 of file HttpClient.h.
| HttpStatus MetaImGUI::HttpResponse::status = HttpStatus::NetworkError |
Definition at line 41 of file HttpClient.h.
Referenced by MetaImGUI::HttpClient::Get().