httparty v0.8.2 Release Notes

Release Date: 2012-04-12 // about 12 years ago
    • ๐Ÿ†• new
      • add -r to make CLI return failure code if status >= 400
      • allow blank username from CLI
    • ๐Ÿ› bug fixes
      • return nil for null body
      • automatically deflate responses with a Content-Encoding: x-gzip header
      • Do not HEAD on POST request with digest authentication
      • add support for proxy authentication
      • fix posting data with CLI
      • require rexml/document if xml format from CLI
      • support for fragmented responses