curl-rust icon indicating copy to clipboard operation
curl-rust copied to clipboard

Rust bindings to libcurl

Results 83 curl-rust issues
Sort by recently updated
recently updated
newest added

I can move (in the sense of transferring ownership) a handler into an Easy (via `Easy::new`), and the Easy into a Multi (via `Multi::add`). I can later move the Easy...

It doesn't make older version of cargo complain. https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html#check-cfg-in-lintsrust-table Fixes #576

[CURLOPT_SSLVERSION](https://curl.se/libcurl/c/CURLOPT_SSLVERSION.html) allows setting minimum and maximum TLS version. curl-rust supports all `CURL_SSLVERSION_*` macros which are used to set the minimum TLS version, but `CURL_SSLVERSION_MAX_*` macros are unavailable which are used...