1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/httpie/cli
Batuhan Taskaya d03e3f4e14
Implement support for multiple headers with the same name in sessions (#1335)
* Properly remove duplicate Cookie headers

* Implement support for multiple headers with the same name in sessions

* More testing

* Cleanup

* Remove duplicated test, cleanup

* Fix pycodestyle

* CHANGELOG

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-03 06:48:31 -07:00
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Tweak compact help 2022-03-07 19:16:51 +03:00
argtypes.py Implement support for private key passphrases 2022-03-07 16:09:07 +03:00
constants.py Don't send Content-Length for OPTIONS requests when there is no data. (#1319) 2022-04-03 06:02:41 -07:00
definition.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
dicts.py Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
nested_json.py Regulate top-level arrays (#1292) 2022-02-08 15:18:40 -08:00
options.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
requestitems.py Implement HTTPie Nested JSON v2 2022-01-13 19:54:43 +03:00
utils.py Improve startup time with lazy loading some args (#1221) 2021-12-01 10:15:59 -08:00