Class | Patron::Request |
In: |
lib/patron/request.rb
|
Parent: | Object |
Represents the information necessary for an HTTP request. This is basically a data object with validation. Not all fields will be used in every request.
VALID_ACTIONS | = | [:get, :put, :post, :delete, :head, :copy] |
action | [R] | |
auth_type | [RW] | |
auth_type | [R] | |
buffer_size | [R] | |
connect_timeout | [R] | |
file_name | [RW] | |
headers | [R] | |
insecure | [RW] | |
max_redirects | [R] | |
multipart | [RW] | |
password | [RW] | |
proxy | [RW] | |
proxy_type | [RW] | |
timeout | [R] | |
url | [RW] | |
username | [RW] |