Class | Patron::Request |
In: |
lib/patron/request.rb
ext/patron/session_ext.c |
Parent: | Object |
Extension initialization
VALID_ACTIONS | = | [:get, :put, :post, :delete, :head, :copy] |
AuthBasic | = | INT2FIX(CURLAUTH_BASIC) |
AuthDigest | = | INT2FIX(CURLAUTH_DIGEST) |
AuthAny | = | INT2FIX(CURLAUTH_ANY) |
action | [R] | |
auth_type | [R] | |
auth_type | [RW] | |
buffer_size | [R] | |
connect_timeout | [R] | |
file_name | [RW] | |
headers | [R] | |
ignore_content_length | [RW] | |
insecure | [RW] | |
max_redirects | [R] | |
multipart | [RW] | |
password | [RW] | |
proxy | [RW] | |
proxy_type | [RW] | |
timeout | [R] | |
url | [RW] | |
username | [RW] |