|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|
#include <chrono>#include <stop_token>#include <string>

Go to the source code of this file.
Classes | |
| struct | MetaImGUI::HttpResponse |
| struct | MetaImGUI::HttpRequest |
| class | MetaImGUI::HttpClient |
| Thin RAII wrapper around libcurl_easy for application-side fetches. More... | |
Namespaces | |
| namespace | MetaImGUI |
Enumerations | |
| enum class | MetaImGUI::HttpStatus { MetaImGUI::Ok , MetaImGUI::RateLimited , MetaImGUI::NetworkError , MetaImGUI::Cancelled } |
| Result classification for an HTTP fetch. More... | |