[Zend_Http] element index

Package indexes

All elements
a c d e f g i p r s v z _
_
top
Variable $_body
Response body
Variable $_code
HTTP Response Code (i.e. 404 or 200)
Variable $_headers
Response Headers
Method __construct
Class Constructor, read and parse HTTP response
Variable $_filename
Variable $_headers
Additional HTTP headers to send.
Variable $_timeout
Socket Connection Timeout
Variable $_uri
The Zend_Uri for the URI we are accessing.
Method _openConnection
Open a TCP connection for our HTTP/SSL request.
Method _read
Read Data from the Socket
Method __construct
Class Constructor
Method __construct
Class Constructor, create and validate Zend_Uri object
Method __construct
Class Constructor, create and validate Zend_Uri object
a
top
Page Abstract.php
Abstract.php in Abstract.php
c
top
Page Client.php
Client.php in Client.php
d
top
Method delete
Send a DELETE HTTP Request
Method delete
Send a DELETE HTTP Request
Method delete
Send a DELETE HTTP Request
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
f
top
Page File.php
File.php in File.php
g
top
Method getBody
Get Response Body
Method getHeaders
Return Response Headers
Method getStatus
Return Response Status
Method get
Send a GET HTTP Request
Method get
Send a GET HTTP Request
Method get
Send a GET HTTP Request
Method getUri
Get the Zend_Uri for this URI.
i
top
Method isError
Check if Response is an error
Method isRedirect
Check if Response is a redirect
Method isSuccessful
Check if Response is successful
p
top
Method post
Send a POST HTTP Request
Method post
Send a POST HTTP Request
Method post
Send a POST HTTP Request
Method put
Send a PUT HTTP Request
Method put
Send a PUT HTTP Request
Method put
Send a PUT HTTP Request
r
top
Page Response.php
Response.php in Response.php
s
top
Method setFilename
Sets the filename to read for get() response.
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_Http_Exception
Zend_Http_Exception in Exception.php
Class Zend_Http_Response
Zend_Http_Response in Response.php
Class Zend_Http_Client
Zend_Http_Client in Client.php
Class Zend_Http_Client_Abstract
Class Zend_Http_Client_Exception
Class Zend_Http_Client_File
HTTP client implementation that reads from files and fakes HTTP responses.
a c d e f g i p r s v z _