Class RestClient::Response
In: lib/restclient/response.rb
Parent: AbstractResponse

A Response from RestClient, you can access the response body, the code or the headers.

Methods

==   method_missing   new   size   to_s  

Constants

WARNING_MESSAGE = '[warning] The Response is no more a String and the Response content is now accessed through Response.body, please update your code'

Attributes

body  [R] 

Public Class methods

Public Instance methods

[Validate]