mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
07a0359316
* Make sure there’s no trailing \n in test files for easier output inspection * Refactor output matching test utils * More robust `test_http_307_allow_redirect_post_verbose()` * Changelog * Mention HTTP 307 Temporary Redirect re-post behaviour in README
7 lines
109 B
INI
7 lines
109 B
INI
# https://editorconfig.org
|
|
|
|
[{*.txt, *.json}]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|
|
|