MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
HttpClient.h File Reference
#include <chrono>
#include <stop_token>
#include <string>
Include dependency graph for HttpClient.h:
This graph shows which files directly or indirectly include this file:

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...