httpie-cli/httpie
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
..
cli Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
legacy Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
manager Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
output Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
plugins Remove 3.6 support / discontinue less available platforms (#1267) 2022-01-14 08:49:05 -08:00
__init__.py Don't send Content-Length for OPTIONS requests when there is no data. (#1319) 2022-04-03 06:02:41 -07:00
__main__.py Rework __main__.py to follow best practices (#1124) 2021-08-06 16:57:19 +02:00
adapters.py Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
client.py Don't send Content-Length for OPTIONS requests when there is no data. (#1319) 2022-04-03 06:02:41 -07:00
compat.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
config.py Implement new style cookies 2022-03-07 23:29:48 +03:00
context.py Introduce a mode to suppress all warnings (#1283) 2022-03-07 15:40:35 +03:00
core.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
downloads.py Implement basic metrics layout & total elapsed time (#1250) 2021-12-23 12:13:25 -08:00
encoding.py Optimize encoding detection (#1243) 2021-12-23 11:05:58 -08:00
models.py Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
sessions.py Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
ssl_.py Implement support for private key passphrases 2022-03-07 16:09:07 +03:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Update httpie/uploads.py 2022-03-07 16:01:29 +03:00
utils.py Implement new style cookies 2022-03-07 23:29:48 +03:00