HTTPie 3.1.0
- SECURITY Fixed the vulnerability that caused exposure of cookies on redirects to third party hosts. (#1312)
- Fixed escaping of integer indexes with multiple backslashes in the nested JSON builder. (#1285)
- Fixed displaying of status code without a status message on non-
autothemes. (#1300) - Fixed redundant issuance of stdin detection warnings on some rare cases due to underlying implementation. (#1303)
- Fixed double
--quietso that it will now suppress all python level warnings. (#1271) - Added support for specifying certificate private key passphrases through
--cert-key-passand prompts. (#946) - Added
httpie cli export-argscommand for exposing the parser specification for the / commands. ()