[Zend_Http_Client] element index
Package indexes
ZForm
ZSearch
Zend_Controller
Zend_Db
Zend
Zend_Feed
Zend_Filter
Zend_HttpClient
Zend_InputFilter
Zend_Json
Zend_Log
Zend_Mail
Zend_Mime
Zend_Pdf
Zend_Service
Zend_Uri
Zend_View
Zend_XmlRpc
Zend_XmlRpc_Client
All elements
a
d
g
p
s
v
z
_
_
top
$_headers
Zend_HttpClient_Abstract::$_headers
in Abstract.php
Additional HTTP headers to send.
$_timeout
Zend_HttpClient_Abstract::$_timeout
in Abstract.php
Socket Connection Timeout
$_uri
Zend_HttpClient_Abstract::$_uri
in Abstract.php
The Zend_Uri for the URI we are accessing.
__construct
Zend_HttpClient_Abstract::__construct()
in Abstract.php
Class Constructor, create and validate Zend_Uri object
a
top
Abstract.php
Abstract.php
in Abstract.php
d
top
delete
Zend_HttpClient_Abstract::delete()
in Abstract.php
Send a DELETE HTTP Request
g
top
get
Zend_HttpClient_Abstract::get()
in Abstract.php
Send a GET HTTP Request
getUri
Zend_HttpClient_Abstract::getUri()
in Abstract.php
Get the Zend_Uri for this URI.
p
top
post
Zend_HttpClient_Abstract::post()
in Abstract.php
Send a POST HTTP Request
put
Zend_HttpClient_Abstract::put()
in Abstract.php
Send a PUT HTTP Request
s
top
setHeaders
Zend_HttpClient_Abstract::setHeaders()
in Abstract.php
Set the $headers to send. Headers are supplied as an array of strings, where each string is a header formatted like "Field: value".
setTimeout
Zend_HttpClient_Abstract::setTimeout()
in Abstract.php
Set Connection Timeout
setUri
Zend_HttpClient_Abstract::setUri()
in Abstract.php
Sets the URI of the remote site. Setting a new URI will automatically clear the response properties.
v
top
validateHeaders
Zend_HttpClient_Abstract::validateHeaders()
in Abstract.php
Validates that $headers is an array of strings, where each string is formed like "Field: value". An exception is thrown on failure.
z
top
Zend_HttpClient_Abstract
Zend_HttpClient_Abstract
in Abstract.php
a
d
g
p
s
v
z
_