httpie-cli/httpie
Batuhan Taskaya c000886546
Preserve individual headers with the same name on responses (#1208)
* Preserve individual headers with the same name on responses

* Rename RequestHeadersDict to HTTPHeadersDict

* Update tests/utils/http_server.py

* Update tests/utils/http_server.py

* Update httpie/adapters.py

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-11-24 15:41:37 -08:00
..
cli Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
output Packaging documentation tweaks 2021-10-11 17:42:29 +02:00
plugins Remove unused import 2021-10-07 14:41:03 +02:00
__init__.py Bump the version to 2.7.0.dev0 (#1188) 2021-10-19 10:21:45 +02: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 Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
compat.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
config.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
context.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
core.py Added the ability to silence warnings via double -q or --quiet (#1175) 2021-10-08 14:18:11 +02:00
downloads.py --download: Use time.monotonic() and rework code to prevent ZeroDivisionError specific handling (#1113) 2021-07-29 16:05:56 +02:00
encoding.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
models.py Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
sessions.py Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
ssl.py Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
utils.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00