[Zend_Http_Client] element index

Package indexes

All elements
a d g p s v z _
_
top
Variable $_headers
Additional HTTP headers to send.
Variable $_timeout
Socket Connection Timeout
Variable $_uri
The Zend_Uri for the URI we are accessing.
Method __construct
Class Constructor, create and validate Zend_Uri object
a
top
Page Abstract.php
Abstract.php in Abstract.php
d
top
Method delete
Send a DELETE HTTP Request
g
top
Method get
Send a GET HTTP Request
Method getUri
Get the Zend_Uri for this URI.
p
top
Method post
Send a POST HTTP Request
Method put
Send a PUT HTTP Request
s
top
Method setHeaders
Set the $headers to send. Headers are supplied as an array of strings, where each string is a header formatted like "Field: value".
Method setTimeout
Set Connection Timeout
Method setUri
Sets the URI of the remote site. Setting a new URI will automatically clear the response properties.
v
top
Method validateHeaders
Validates that $headers is an array of strings, where each string is formed like "Field: value". An exception is thrown on failure.
z
top
Class Zend_HttpClient_Abstract
Zend_HttpClient_Abstract in Abstract.php
a d g p s v z _