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.
WARNING_MESSAGE | = | '[warning] The Response is no more a String and the Response content is now accessed through Response.body, please update your code' |
body | [R] |