|
cofetch
Chainable, high-performance async HTTP client for C++ event loops
|
This is the complete list of members for cofetch::Client, including all inherited members.
| async_get(std::string url, CompletionToken &&token) | cofetch::Client | inline |
| async_perform(Request req, CompletionToken &&token) | cofetch::Client | inline |
| async_post(std::string url, std::string body, CompletionToken &&token) | cofetch::Client | inline |
| Client(net::io_context &io, size_t max_pooled_connections=kDefaultMaxPooledHandles) | cofetch::Client | inlineexplicit |
| Client(const Client &)=delete | cofetch::Client | |
| operator=(const Client &)=delete | cofetch::Client | |
| pending_requests() const | cofetch::Client | inline |
| request(std::string url) | cofetch::Client | inline |
| ~Client() | cofetch::Client | inline |