httpie v1.0.0 Release Notes

Release Date: 2018-11-02 // over 5 years ago
    • โž• Added --style=auto which follows the terminal ANSI color styles.
    • โž• Added support for selecting TLS 1.3 via --ssl=tls1.3 (available once implemented in upstream libraries).
    • โž• Added true/false as valid values for --verify (in addition to yes/no) and the boolean value is case-insensitive.
    • ๐Ÿ’… Changed the default --style from solarized to auto (on Windows it stays fruity).
    • ๐Ÿ›  Fixed default headers being incorrectly case-sensitive.
    • โœ‚ Removed Python 2.6 support.