forked from extern/httpie-cli
Allow multiple fields with the same name.
Applies to form data and URL params: http -f url a=1 a=2 http url a==1 a==2
This commit is contained in:
@ -155,7 +155,7 @@ parser.add_argument(
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--auth-type', choices=['basic', 'digest'],
|
||||
'--auth-type', choices=['basic', 'digest'], default='basic',
|
||||
help=_('''
|
||||
The authentication mechanism to be used.
|
||||
Defaults to "basic".
|
||||
|
Reference in New Issue
Block a user