HTTP_Client
[ class tree: HTTP_Client ] [ index: HTTP_Client ] [ all elements ]

Element index for package HTTP_Client

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ k ] [ n ] [ p ] [ r ] [ s ] [ u ] [ v ] [ _ ]

_

__sleep
in file CookieManager.php, method HTTP_Client_CookieManager::__sleep()
    Magic serialization function
__wakeup
in file CookieManager.php, method HTTP_Client_CookieManager::__wakeup()
    Magic unserialization function, purges expired cookies
top

a

addCookie
in file CookieManager.php, method HTTP_Client_CookieManager::addCookie()
    Explicitly adds cookie to the list
attach
in file Client.php, method HTTP_Client::attach()
    Adds a Listener to the list of listeners that are notified of the object's events
top

c

current
in file Client.php, method HTTP_Client::current()
    Returns the current element (HTTP response)
currentResponse
in file Client.php, method HTTP_Client::currentResponse()
    Returns the most recent HTTP response
CookieManager.php
procedural page CookieManager.php
Client.php
procedural page Client.php
top

d

delete
in file Client.php, method HTTP_Client::delete()
    Sends a 'DELETE' HTTP request
detach
in file Client.php, method HTTP_Client::detach()
    Removes a Listener from the list of listeners
top

e

enableHistory
in file Client.php, method HTTP_Client::enableHistory()
    Sets whether to keep all the responses or just the most recent one
top

g

get
in file Client.php, method HTTP_Client::get()
    Sends a 'GET' HTTP request
getCookieManager
in file Client.php, method HTTP_Client::getCookieManager()
    Returns the cookie manager object (e.g. for storing it somewhere)
top

h

head
in file Client.php, method HTTP_Client::head()
    Sends a 'HEAD' HTTP request
HTTP_Client
in file Client.php, method HTTP_Client::HTTP_Client()
    Constructor
HTTP_Client
in file Client.php, class HTTP_Client
    A simple HTTP client class.
HTTP_Client_CookieManager
in file CookieManager.php, method HTTP_Client_CookieManager::HTTP_Client_CookieManager()
    Constructor
HTTP_Client_CookieManager
in file CookieManager.php, class HTTP_Client_CookieManager
    Class used to store cookies and pass them between HTTP requests.
top

k

key
in file Client.php, method HTTP_Client::key()
    Returns the key of the current element
top

n

next
in file Client.php, method HTTP_Client::next()
    Moves forward to next element
top

p

passCookies
in file CookieManager.php, method HTTP_Client_CookieManager::passCookies()
    Adds cookies to the request
post
in file Client.php, method HTTP_Client::post()
    Sends a 'POST' HTTP request
put
in file Client.php, method HTTP_Client::put()
    Sends a 'PUT' HTTP request
top

r

reset
in file CookieManager.php, method HTTP_Client_CookieManager::reset()
    Clears the $_cookies array
reset
in file Client.php, method HTTP_Client::reset()
    Clears object's internal properties
rewind
in file Client.php, method HTTP_Client::rewind()
    Rewinds to the first element (response)
top

s

serializeSessionCookies
in file CookieManager.php, method HTTP_Client_CookieManager::serializeSessionCookies()
    Sets whether session cookies should be serialized when serializing object
setDefaultHeader
in file Client.php, method HTTP_Client::setDefaultHeader()
    Sets default header(s) for HTTP requests
setMaxRedirects
in file Client.php, method HTTP_Client::setMaxRedirects()
    Sets the maximum redirects that will be processed.
setRequestParameter
in file Client.php, method HTTP_Client::setRequestParameter()
    Sets parameter(s) for HTTP requests
top

u

updateCookies
in file CookieManager.php, method HTTP_Client_CookieManager::updateCookies()
    Updates cookie list from HTTP server response
top

v

valid
in file Client.php, method HTTP_Client::valid()
    Checks if there is a current element after call to rewind() or next()
top

Documentation generated on Mon, 11 Mar 2019 15:26:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.