cofetch
Chainable, high-performance async HTTP client for C++ event loops
Loading...
Searching...
No Matches
cofetch::Client Member List

This is the complete list of members for cofetch::Client, including all inherited members.

async_get(std::string url, CompletionToken &&token)cofetch::Clientinline
async_perform(Request req, CompletionToken &&token)cofetch::Clientinline
async_post(std::string url, std::string body, CompletionToken &&token)cofetch::Clientinline
Client(net::io_context &io, size_t max_pooled_connections=kDefaultMaxPooledHandles)cofetch::Clientinlineexplicit
Client(const Client &)=deletecofetch::Client
operator=(const Client &)=deletecofetch::Client
pending_requests() constcofetch::Clientinline
request(std::string url)cofetch::Clientinline
~Client()cofetch::Clientinline