ducaale / xh

Friendly and fast tool for sending HTTP requests
MIT License
5.49k stars 96 forks source link

Differences from HTTPie #322

Open ducaale opened 1 year ago

ducaale commented 1 year ago
blyxxyz commented 1 year ago

Formatted output is always UTF-8.

What this means (IIRC) is that if:

then HTTPie will turn the formatted JSON back into latin1, while we write it as UTF-8.