Stephen M. Coakley

Results 115 comments of Stephen M. Coakley

Sure, you can supply client certificates using the [appropriate options](https://docs.rs/curl/latest/curl/easy/struct.Easy2.html#method.ssl_cert) in your request. curl-rust is a pretty thin wrapper around the [libcurl C API](https://curl.se/libcurl/), so generally any examples using libcurl...

Not currently, no. There are a few reasons for this: - Cargo features don't play super nice with different targets unfortunately. I kinda wish that we could have an `openssl`...

Generally speaking the [official libcurl examples](https://curl.se/libcurl/c/example.html) are useful for learning how to use libcurl, and since curl-rust is just a fairly thin wrapper around libcurl most of the examples should...

@lcmgh Nope, sorry. I am currently taking a break from open-source work while I deal with some time-consuming projects in my personal life. It may be autumn this year before...

@troelsarvin I'm not currently planning on making this breaking change, even though technically yes, it could be done as part of version 2. This change would not be insignificant as...