Class RestClient::Request
In: lib/restclient/request.rb
lib/restclient/exceptions.rb
Parent: Object

backwards compatibility

Methods

Constants

Redirect = RestClient::Redirect
Unauthorized = RestClient::Unauthorized
RequestFailed = RestClient::RequestFailed

Attributes

args  [R] 
cookies  [R] 
headers  [R] 
method  [R] 
open_timeout  [R] 
password  [R] 
payload  [R] 
processed_headers  [R] 
raw_response  [R] 
ssl_ca_file  [R] 
ssl_client_cert  [R] 
ssl_client_key  [R] 
timeout  [R] 
url  [R] 
user  [R] 
verify_ssl  [R] 

Public Class methods

Public Instance methods

Extract the query parameters for get request and append them to the url

Return a hash of headers whose keys are capitalized strings

[Validate]