allow_set_time_limit

Whether or not the set_time_limit function should be called.

Inherited from RequestCore

cacert_location

The location of the cacert.pem file to use.

Inherited from RequestCore

credentials

The active credential set.

curl_handle

The handle for the cURL object.

Inherited from RequestCore

curlopts

Custom CURLOPT settings.

Inherited from RequestCore

debug_mode

The state of debug mode.

Inherited from RequestCore

method

The method by which the request is being made.

Inherited from RequestCore

password

The password to use for the request.

Inherited from RequestCore

proxy

Stores the proxy settings to use for the request.

Inherited from RequestCore

read_file

File to read from while streaming up.

Inherited from RequestCore

read_stream

The resource to read from while streaming up.

Inherited from RequestCore

read_stream_read

The length already read from the stream.

Inherited from RequestCore

read_stream_size

The size of the stream to read from.

Inherited from RequestCore

registered_streaming_read_callback

The user-defined callback function to call when a stream is read from.

Inherited from RequestCore

registered_streaming_write_callback

The user-defined callback function to call when a stream is written to.

Inherited from RequestCore

request_body

The body being sent in the request.

Inherited from RequestCore

request_class

The default class to use for HTTP Requests (defaults to CFRequest).

request_headers

The headers being sent in the request.

Inherited from RequestCore

request_url

The URL being requested.

Inherited from RequestCore

response

The response returned by the request.

Inherited from RequestCore

response_body

The body returned by the request.

Inherited from RequestCore

response_class

The default class to use for HTTP Responses (defaults to CFResponse).

response_code

The HTTP status code returned by the request.

Inherited from RequestCore

response_headers

The headers returned by the request.

Inherited from RequestCore

response_info

Additional response data.

Inherited from RequestCore

seek_position

Stores the intended starting seek position.

Inherited from RequestCore

ssl_verification

The state of SSL certificate verification.

Inherited from RequestCore

use_gzip_enconding

Whether or not to use gzip encoding via CURLOPT_ENCODING

Inherited from RequestCore

useragent

Default useragent string to use.

Inherited from RequestCore

username

The username to use for the request.

Inherited from RequestCore

write_file

File to write to while streaming down.

Inherited from RequestCore

write_stream

The resource to write to while streaming down.

Inherited from RequestCore

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback