1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Added the ability to pass query string parameters.

This commit is contained in:
Jake Basile
2012-07-18 20:44:09 -05:00
parent c2d70e2bb1
commit 06ea36aaa4
3 changed files with 17 additions and 5 deletions
+1
View File
@@ -203,6 +203,7 @@ parser.add_argument(
metavar='ITEM',
type=cliparse.KeyValueType(
cliparse.SEP_COMMON,
cliparse.SEP_QUERY,
cliparse.SEP_DATA,
cliparse.SEP_DATA_RAW_JSON,
cliparse.SEP_FILES