httpie v2.1.0 Release Notes

Release Date: 2020-04-18 // about 4 years ago
    • ➕ Added --path-as-is to bypass dot segment (/../ or /./) URL squashing (#895).
    • Changed the default Accept header value for JSON requests from application/json, */* to application/json, */*;q=0.5 to clearly indicate preference (#488).
    • 🛠 Fixed --form file upload mixed with redirected stdin error handling (#840).