alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.01k stars 234 forks source link

Add support for path_as_is curlopt #385

Closed SpyMachine closed 3 years ago

SpyMachine commented 3 years ago

This adds support for CURLOPT_PATH_AS_IS added in libcurl 7.42.0.

I saw that the bindings supported are for 7.24.0 and that another feature was added specifically for another option added in a later version of curl. Not sure how this would be best be handled but we can feature-ize this as well.

alexcrichton commented 3 years ago

Thanks!