[Zend_Http] element index

Package indexes

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