1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
Jakub Roztocil e4e40e5b06 Request content type 2020-09-25 14:44:22 +02:00
Jakub Roztocil 27d57ce773 Cleanup 2020-05-23 20:30:25 +02:00
Jakub Roztocil 4c4efff56a Pass cert_reqs to context 2020-05-23 20:19:16 +02:00
Jakub Roztocil a53505f26e Fix SSL context 2020-05-23 15:01:33 +02:00
Jakub Roztocil d62d6a77d1 Add support for --ciphers (#870) 2020-05-23 13:26:06 +02:00