Implement HTTP proxy authentication

This commit is contained in:
B. Blechschmidt 2023-03-22 10:12:32 +01:00
parent d2aef08e3c
commit 0fb58bec5d
4 changed files with 57 additions and 27 deletions

View file

@ -26,7 +26,7 @@ struct Args {
#[clap(long, value_name = "username")]
username: Option<String>,
/// Username for authentication
/// Password for authentication
#[clap(long, value_name = "password")]
password: Option<String>,
}