httpie-cli/httpie/cli
Mickaël Schoentgen 0001297f41
Add --raw to allow specifying the raw request body as an alternative to stdin (#1062)
* Add --raw to allow specifying the raw request body without extra processing

As an alternative to `stdin`.

Co-authored-by: Elena Lape <elapinskaite@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Update README.rst

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Update README.rst

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Fix default HTTP method on empty data

Co-authored-by: Elena Lape <elapinskaite@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-05-24 14:29:54 +02:00
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Add --raw to allow specifying the raw request body as an alternative to stdin (#1062) 2021-05-24 14:29:54 +02:00
argtypes.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
constants.py Cleanup (#993) 2020-12-21 12:03:25 +01:00
definition.py Add --raw to allow specifying the raw request body as an alternative to stdin (#1062) 2021-05-24 14:29:54 +02:00
dicts.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
requestitems.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00