# File lib/restclient/exceptions.rb, line 22
                def http_body
                        RestClient::Request.decode(@response['content-encoding'], @response.body) if @response
                end