httpie-cli/httpie/output
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
..
formatters Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
lexers Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
ui Fix time elapsed (#1277) 2022-01-23 04:52:38 -08:00
__init__.py Modularized output, refactoring 2014-04-27 21:58:00 +02:00
processing.py Implement basic metrics layout & total elapsed time (#1250) 2021-12-23 12:13:25 -08:00
streams.py Proper separation of meta/body 2022-01-13 15:04:44 +03:00
utils.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
writer.py Proper separation of meta/body 2022-01-13 15:04:44 +03:00