|
cofetch
Chainable, high-performance async HTTP client for C++ event loops
|
This is the complete list of members for cofetch::Response, including all inherited members.
| curl_code_ | cofetch::Response | |
| data_ | cofetch::Response | |
| error() const | cofetch::Response | inline |
| header(std::string_view name) const | cofetch::Response | inline |
| header_data_ | cofetch::Response | |
| Headers typedef | cofetch::Response | |
| headers() const | cofetch::Response | inline |
| http_code_ | cofetch::Response | |
| is_ok() const | cofetch::Response | inline |
| Response()=default | cofetch::Response | |
| Response(CURLcode curl_code, long http_code, std::string data, std::string header_data) | cofetch::Response | inline |