curl-rust
curl-rust copied to clipboard
Rust bindings to libcurl
Recently the abort_read test started failing on our CI in Debian sid. I do not know for sure what triggered this, but the prime suspect is the upgrade from curl...
When auditing my crate, I found out that this package needed an update. > Crate: rustls > Version: 0.20.9 > Title: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on...
for other windows targets (`*-gnu` and `*-gnullvm`) pkg-config is usually used
Can you provide a simple example with custom CA file? Thanks a lot
Hi! I'm writing a little bit of [`http` interop code](https://crates.io/crates/http) in [a crate](https://github.com/ramosbugs/oauth2-rs/issues/236), and running into the need of the _HTTP response version_. I seem to only be able to...
Hello Alex Is there an async implementation of this crate?
In the Easy struct there is a `header_function` (https://docs.rs/curl/0.4.44/curl/easy/struct.Easy.html#method.header_function) that allows one to get access to all headers. This option is however not available to `Easy2`. Would it be possible...
Since [email protected] was EOL last year, it would be good to move to use openssl@3 instead.
Fixes #538 Use `CURLINFO_HTTP_VERSION` (a new constant for the `curl-sys` crate) to determine the HTTP version used in the last/latest connection.
The documentation here https://docs.rs/curl/latest/curl/easy/struct.Easy2.html#method.verbose says ".. You can also use the debug_function method to get all protocol data sent and received." But there is no debug_function to be found. However,...