You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-05-04 20:44:57 +02:00
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:
+1
-1
@@ -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