httpie-cli/httpie/cli
Batuhan Taskaya df58ec683e
Add nested JSON syntax to the HTTPie DSL (#1224)
* Add support for nested JSON syntax (#1169)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* minor improvements

* unpack top level lists

* Write more docs

* doc style changes

* fix double quotes

Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-03 02:17:45 -08:00
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
argtypes.py Tiny docstring clean-up 2021-10-19 10:24:01 +02:00
constants.py Add nested JSON syntax to the HTTPie DSL (#1224) 2021-12-03 02:17:45 -08:00
definition.py Add nested JSON syntax to the HTTPie DSL (#1224) 2021-12-03 02:17:45 -08:00
dicts.py Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
json_form.py Add nested JSON syntax to the HTTPie DSL (#1224) 2021-12-03 02:17:45 -08:00
requestitems.py Add nested JSON syntax to the HTTPie DSL (#1224) 2021-12-03 02:17:45 -08:00
utils.py Improve startup time with lazy loading some args (#1221) 2021-12-01 10:15:59 -08:00