[Horde_Http_Client] element index

Package indexes

All elements
a c d e g h m p r s u _
_
top
Variable $_headers
Request headers
Variable $_lastRequest
The most recent HTTP request
Variable $_lastResponse
The most recent HTTP response
Variable $_proxyPass
Proxy password
Variable $_proxyServer
Proxy server
Variable $_proxyUser
Proxy username
Variable $_responseIndex
Current mock response
Variable $_responses
Array of mock responses
Variable $_stream
Response body
Variable $_uri
URI to make our next request to
Method _parseHeaders
Parse an array of response headers, mindful of line continuations, etc.
Method __construct
Constructor
Method __construct
Horde_Http_Client constructor.
Method __construct
Constructor
Method __get
Get a client parameter
Method __set
Set a client parameter
a
top
Method addResponse
Add another response to the response buffer.
c
top
Variable $code
HTTP response code
Page Client.php
Client.php in Client.php
d
top
Method delete
Send a DELETE request
e
top
Page Exception.php
Exception.php in Exception.php
g
top
Method get
Send a GET request
Method getBody
Return the body of the HTTP response.
Method getHeader
Get the current value of $header
Method getHeader
Get the value of a single response header.
Method getStream
Return a stream pointing to the response body that can be used with all standard PHP stream functions.
Page get-example-dot-com.php
get-example-dot-com.php in get-example-dot-com.php
h
top
Variable $headers
Response headers
Variable $httpVersion
HTTP protocol version that was used
Class Horde_Http_Client
Horde_Http_Client in Client.php
Class Horde_Http_Client_Exception
Class Horde_Http_Client_Mock
Class Horde_Http_Client_Response
m
top
Page Mock.php
Mock.php in Mock.php
p
top
Method post
Send a POST request
Method put
Send a PUT request
r
top
Page Response.php
Response.php in Response.php
Method request
Send an HTTP request
Method request
Send an HTTP request
s
top
Method setHeaders
Set one or more headers
Method setResponse
Set the HTTP response(s) to be returned by this adapter
Method setResponseIndex
Sets the position of the response buffer. Selects which response will be returned on the next call to read().
u
top
Variable $uri
Fetched URI
a c d e g h m p r s u _