httpie v2.6.0 Release Notes

Release Date: 2021-10-14 // over 2 years ago
  • What’s new in HTTPie for Terminal 2.6.0 →

    • ➕ Added support for formatting & coloring of JSON bodies preceded by non-JSON data (e.g., an XXSI prefix). (#1130)
    • ➕ Added charset auto-detection when Content-Type doesn’t include it. (#1110, #1168)
    • ➕ Added --response-charset to allow overriding the response encoding for terminal display purposes. (#1168)
    • ➕ Added --response-mime to allow overriding the response mime type for coloring and formatting for the terminal. (#1168)
    • ➕ Added the ability to silence warnings through using -q or --quiet twice (e.g. -qq) (#1175)
    • ➕ Added installed plugin list to --debug output. (#1165)
    • 🛠 Fixed duplicate keys preservation in JSON data. (#1163)