httpie-cli/httpie
Jakub Roztocil c815e21ef9
Fix time elapsed (#1277)
* Show the actual time elapsed; add docs

* `requests.Response._headers_parsed_at` → `requests.Response._httpie_headers_parsed_at`

* Add `ELAPSED_TIME_LABEL` constant

* Tweak docs

* Tweak docs

* Allow multiple blank lines in Markdown files

* Add rudimentary tests for --meta with different --style’s

* Cleanup tests

* Cleanup tests

* Cleanup tests
2022-01-23 04:52:38 -08:00
..
cli use constants 2022-01-13 19:54:43 +03:00
manager Implement httpie upgrade for upgrading plugins (#1241) 2021-12-16 23:59:39 -08:00
output Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
plugins Remove 3.6 support / discontinue less available platforms (#1267) 2022-01-14 08:49:05 -08:00
__init__.py 3.0 release prep (#1272) 2022-01-21 20:34:38 +03: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 Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
compat.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
config.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
context.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
core.py Implement HTTPie Nested JSON v2 2022-01-13 19:54:43 +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 Preserve individual headers with the same name on responses (#1208) 2021-11-24 15:41:37 -08:00
ssl_.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Add warnings when there is no incoming data from stdin (#1256) 2022-01-12 06:07:34 -08:00
utils.py Better DNS error handling (#1249) 2021-12-23 11:35:30 -08:00