|
cofetch
Chainable, high-performance async HTTP client for C++ event loops
|
This is the complete list of members for cofetch::Request, including all inherited members.
| body(std::string b) | cofetch::Request | inline |
| body_ | cofetch::Request | |
| curl(std::function< void(CURL *)> fn) | cofetch::Request | inline |
| curl_setup_ | cofetch::Request | |
| follow_redirects(long max=30) | cofetch::Request | inline |
| headers(std::vector< std::string > h) | cofetch::Request | inline |
| headers_ | cofetch::Request | |
| max_redirects_ | cofetch::Request | |
| Method enum name | cofetch::Request | |
| method(Method m) | cofetch::Request | inline |
| method_ | cofetch::Request | |
| Request(std::string url) | cofetch::Request | inlineexplicit |
| timeout(std::chrono::milliseconds t) | cofetch::Request | inline |
| timeout_ | cofetch::Request | |
| url_ | cofetch::Request |