RESTClient v1.6.2 Release Notes

    • โž• add support for HEAD in resources (patch provided by tpresa)
    • ๐Ÿ›  fix shell for 1.9.2
    • โ†ช workaround when some gem monkeypatch net/http (patch provided by Ian Warshak)
    • โœ‚ DELETE requests should process parameters just like GET and HEAD
    • โž• adding :block_response parameter for manual processing
    • limit number of redirections (patch provided by Chris Dinn)
    • close and unlink the temp file created by playload (patch provided by Chris Green)
    • ๐Ÿ’Ž make gemspec Rubygems 1.8 compatible (patch provided by David Backeus)
    • added RestClient.reset_before_execution_procs (patch provided by Cloudify)
    • โž• added PATCH method (patch provided by Jeff Remer)
    • ๐Ÿ‘€ hack for HTTP servers that use raw DEFLATE compression, see http://www.ruby-forum.com/topic/136825 (path provided by James Reeves)