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

Public Attributes | |
| std::string | url |
| std::string | userAgent = "MetaImGUI/1.0" |
| std::chrono::seconds | timeout {10} |
| bool | followRedirects = true |
| int | maxRetries = 0 |
| Retries on transient network failure (not on rate-limit/cancel/4xx). | |
Definition at line 46 of file HttpClient.h.
| bool MetaImGUI::HttpRequest::followRedirects = true |
Definition at line 50 of file HttpClient.h.
| int MetaImGUI::HttpRequest::maxRetries = 0 |
Retries on transient network failure (not on rate-limit/cancel/4xx).
Definition at line 51 of file HttpClient.h.
Referenced by MetaImGUI::HttpClient::Get().
| std::chrono::seconds MetaImGUI::HttpRequest::timeout {10} |
Definition at line 49 of file HttpClient.h.
| std::string MetaImGUI::HttpRequest::url |
Definition at line 47 of file HttpClient.h.
| std::string MetaImGUI::HttpRequest::userAgent = "MetaImGUI/1.0" |
Definition at line 48 of file HttpClient.h.