alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 233 forks source link

add support for ssl proxy #339

Closed ritzk closed 4 years ago

ritzk commented 4 years ago

add support for ssl proxy

alexcrichton commented 4 years ago

Thanks! If these are relatively new you may need to add cases here to configure whether the constant values are checked against C or not

alexcrichton commented 4 years ago

Thanks!