alexcrichton / curl-rust

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

Enable NTLM support #428

Closed pbert519 closed 2 years ago

pbert519 commented 2 years ago

Support NTLM authentification

alexcrichton commented 2 years ago

Since this is an optional feature could this be gated behind a Cargo feature?

pbert519 commented 2 years ago

I added the feature flag.

About the failed CI, i hit the scheduled brownout period, win2016 will be removed soon. See: https://github.com/actions/virtual-environments/issues/4312

alexcrichton commented 2 years ago

Thanks!