forked from rust-lang/cargo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cargo proxy authentication methods: rust-lang#7330
This commit adds support for HTTP proxy authentication methods in cargo as suggested by rust-lang#7330. The added authentication methods added are supported by `libcurl`: * NTLM * NTLM_WB * GSSNEGOTIATE * BASIC * DIGEST * DIGEST_IE The authentication methods suggest user credentials to be provided as well - and their support will be added in future commits.
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters