mirror of
https://github.com/httpie/cli.git
synced 2025-07-01 06:40:52 +02:00
Add support for Digest authentication
This commit is contained in:
@ -215,6 +215,11 @@ parser.add_argument(
|
||||
'--auth', '-a', help='username:password',
|
||||
type=KeyValueType(SEP_COMMON)
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--digest', '-d', action='store_true', help=_('Use Digest authentication')
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--verify',
|
||||
help=_('''
|
||||
|
Reference in New Issue
Block a user