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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ g ] [ ] [ l ] [ p ] [ r ] [ s ]

a

addCookie
in file Request.php, method HTTP_Request::addCookie()
    Appends a cookie to "Cookie:" header
addFile
in file Request.php, method HTTP_Request::addFile()
    Adds a file to upload
addHeader
in file Request.php, method HTTP_Request::addHeader()
    Adds a request header
addPostData
in file Request.php, method HTTP_Request::addPostData()
    Adds postdata items
addQueryString
in file Request.php, method HTTP_Request::addQueryString()
    Adds a querystring parameter
addRawPostData
in file Request.php, method HTTP_Request::addRawPostData()
    Adds raw postdata (DEPRECATED)
addRawQueryString
in file Request.php, method HTTP_Request::addRawQueryString()
    Sets the querystring to literally what you supply
attach
in file Request.php, method HTTP_Request::attach()
    Adds a Listener to the list of listeners that are notified of the object's events
top

c

clearCookies
in file Request.php, method HTTP_Request::clearCookies()
    Clears any cookies that have been added (DEPRECATED).
clearPostData
in file Request.php, method HTTP_Request::clearPostData()
    Clears any postdata that has been added (DEPRECATED).
top

d

detach
in file Request.php, method HTTP_Request::detach()
    Removes a Listener from the list of listeners
download-progress.php
procedural page download-progress.php
top

e

example.php
procedural page example.php
top

g

getId
in file Listener.php, method HTTP_Request_Listener::getId()
    Returns the listener's identifier
getResponseBody
in file Request.php, method HTTP_Request::getResponseBody()
    Returns the body of the response
getResponseCode
in file Request.php, method HTTP_Request::getResponseCode()
    Returns the response code
getResponseCookies
in file Request.php, method HTTP_Request::getResponseCookies()
    Returns cookies set in response
getResponseHeader
in file Request.php, method HTTP_Request::getResponseHeader()
    Returns either the named header or all if no name given
top

h

HTTP_Request
in file Request.php, method HTTP_Request::HTTP_Request()
    Constructor
HTTP_Request
in file Request.php, class HTTP_Request
HTTP_Request_DownloadListener
in file download-progress.php, class HTTP_Request_DownloadListener
    This class implements the Observer part of a Subject-Observer design pattern. It listens to the events sent by a HTTP_Request or HTTP_Response instance.
HTTP_Request_DownloadListener
in file download-progress.php, method HTTP_Request_DownloadListener::HTTP_Request_DownloadListener()
HTTP_REQUEST_HTTP_VER_1_0
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_0
HTTP_REQUEST_HTTP_VER_1_1
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_1
HTTP_Request_Listener
in file Listener.php, class HTTP_Request_Listener
    This class implements the Observer part of a Subject-Observer design pattern. It listens to the events sent by a HTTP_Request or HTTP_Response instance.
HTTP_Request_Listener
in file Listener.php, method HTTP_Request_Listener::HTTP_Request_Listener()
    Constructor, sets the object's identifier
HTTP_REQUEST_METHOD_DELETE
in file Request.php, constant HTTP_REQUEST_METHOD_DELETE
HTTP_REQUEST_METHOD_GET
in file Request.php, constant HTTP_REQUEST_METHOD_GET
HTTP_REQUEST_METHOD_HEAD
in file Request.php, constant HTTP_REQUEST_METHOD_HEAD
HTTP_REQUEST_METHOD_OPTIONS
in file Request.php, constant HTTP_REQUEST_METHOD_OPTIONS
HTTP_REQUEST_METHOD_POST
in file Request.php, constant HTTP_REQUEST_METHOD_POST
HTTP_REQUEST_METHOD_PUT
in file Request.php, constant HTTP_REQUEST_METHOD_PUT
HTTP_REQUEST_METHOD_TRACE
in file Request.php, constant HTTP_REQUEST_METHOD_TRACE
HTTP_Response
in file Request.php, method HTTP_Response::HTTP_Response()
    Constructor
HTTP_Response
in file Request.php, class HTTP_Response
    Response class to complement the Request class
top

l

Listener.php
procedural page Listener.php
top

p

process
in file Request.php, method HTTP_Response::process()
    Processes a HTTP response
top

r

Request.php
procedural page Request.php
removeHeader
in file Request.php, method HTTP_Request::removeHeader()
    Removes a request header
reset
in file Request.php, method HTTP_Request::reset()
    Resets the object to its initial state (DEPRECATED).
top

s

sendRequest
in file Request.php, method HTTP_Request::sendRequest()
    Sends the request
setBasicAuth
in file Request.php, method HTTP_Request::setBasicAuth()
    Sets basic authentication parameters
setBody
in file Request.php, method HTTP_Request::setBody()
    Sets the request body (for POST, PUT and similar requests)
setHttpVer
in file Request.php, method HTTP_Request::setHttpVer()
    Sets the HTTP version to use, 1.0 or 1.1
setMethod
in file Request.php, method HTTP_Request::setMethod()
    Sets the method to be used, GET, POST etc.
setProxy
in file Request.php, method HTTP_Request::setProxy()
    Sets a proxy to be used
setTarget
in file download-progress.php, method HTTP_Request_DownloadListener::setTarget()
    Opens the target file
setURL
in file Request.php, method HTTP_Request::setURL()
    Sets the URL to be requested
top

u

update
in file Listener.php, method HTTP_Request_Listener::update()
    This method is called when Listener is notified of an event
update
in file download-progress.php, method HTTP_Request_DownloadListener::update()
top

Documentation generated on Mon, 11 Mar 2019 14:10:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.