(no version information, might be only in CVS)
Request Options -- options usable with the HttpRequest class and request functionsOptions related to time outs
Options related to urls
the request url
use another port as specified in the url
whether and how many redirects to follow; defaults to 0
whether to continue sending credentials on redirects to a different host
the refererring url to send
Options related to cookies
whether custom cookies should be urlencode()d prior sending
list of cookies as associative array like array("cookie" => "value")
path to a file where cookies are/will be stored
don't load session cookies from cookiestore if TRUE
Options related to headers
the user agent to send; defaults to PECL::HTTP/x.y.z (PHP/x.y.z); omitted if explicitly set to an empty string
timestamp for If-(Un)Modified-Since header
quoted etag for If-(None-)Match header
list of custom headers as associative array like array("header" => "value")
Options related to authentication
Options related to proxies
Options related to the transfer
whether to request and accept a gzip/deflate content encoded response
start the download at the specified byte offset if server support is given (indicated by a 206 response code)
array of arrays, each containing two integers, specifying the ranges to download if server support is given (indicated by a 206 response code); only recognized if the resume option is empty
Options imposing limits
maximum file size that should be downloaded; has no effect, if the size of the requested entity is unknown (eg. dynamic pages with chunked transfer encoding etc.)
the lowest transfer speed a successful request may have
the time in which low_speed_limit must be transferred for a successful request
maximum send speed in bytes per second
maximum receive speed in bytes per second
Callback options
progress callback
Network options
SSL options
Note: SSL options are set through an array with the single "ssl" request option name.
path to certificate
type of certificate
password for certificate
path to key
type of key
pasword for key
ssl engine to use
ssl version to use
whether to verify the peer
whether to verify the host
list of allowed ciphers