alexcrichton / curl-rust

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

I cannot find CURLAUTH_ANY for Auto Authentication #475

Closed LorenzoLeonardo closed 1 year ago

LorenzoLeonardo commented 1 year ago

Hello

I need to call a method in the Auth structure that will set a CURLAUTH_ANY for curl but I didn't find one. Please enlighten me where to get a method can sets CURLAUTH_ANY for Auto authentication.

Best Regards,

Lorenzo

LorenzoLeonardo commented 1 year ago

Closing this issue, I already added.