Features
- Handle responses compressed in zstd format, see #364 (@zuisong)
- Suppress warnings when
-qq
flag is used, see #371 (@blyxxyz) - Add
--debug
option for logging and backtraces, see #371 (@blyxxyz) - Decode
content-disposition
andlocation
headers as UTF-8, see #375 (@zuisong) - Print headers as latin1, with the UTF-8 decoding also shown if applicable, see #377 (@blyxxyz)
- Print the actual reason phrase sent by the server instead of guessing it from the status code, see #377 (@blyxxyz)