Skip to content

HTTPie 2.1.0

Compare
Choose a tag to compare
@jkbrzt jkbrzt released this 18 Apr 11:08
· 617 commits to master since this release
  • 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).