Class to handle connections to remote web services. This class is used by ActiveResource::Base to interface with REST services.
Constants
HTTP_FORMAT_HEADER_NAMES = { :get => 'Accept', :put => 'Content-Type', :post => 'Content-Type', :delete => 'Accept', :head => 'Accept'
Attributes
| [RW] | format | |
| [R] | ssl_options | |
| [R] | proxy | |
| [R] | timeout | |
| [R] | auth_type | |
| [R] | password | |
| [R] | user | |
| [R] | site |


