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

Index of all elements

[ a ] [ c ] [ d ] [ g ] [ h ] [ l ] [ p ] [ r ] [ s ] [ u ]

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 form-based file 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
disconnect
in file Request.php, method HTTP_Request::disconnect()
    Disconnect the socket, if connected. Only useful if using Keep-Alive.
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
getResponseReason
in file Request.php, method HTTP_Request::getResponseReason()
    Returns the response reason phrase
getUrl
in file Request.php, method HTTP_Request::getUrl()
    Returns the current request URL
top

h

HTTP_Request
in file Request.php, method HTTP_Request::HTTP_Request()
    Constructor
HTTP_Request
in file Request.php, class HTTP_Request
    Class for performing HTTP requests
HTTP_REQUEST_ERROR_FILE
in file Request.php, constant HTTP_REQUEST_ERROR_FILE
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_GZIP_CRC
in file Request.php, constant HTTP_REQUEST_ERROR_GZIP_CRC
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_GZIP_DATA
in file Request.php, constant HTTP_REQUEST_ERROR_GZIP_DATA
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_GZIP_METHOD
in file Request.php, constant HTTP_REQUEST_ERROR_GZIP_METHOD
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_GZIP_READ
in file Request.php, constant HTTP_REQUEST_ERROR_GZIP_READ
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_PROXY
in file Request.php, constant HTTP_REQUEST_ERROR_PROXY
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_REDIRECTS
in file Request.php, constant HTTP_REQUEST_ERROR_REDIRECTS
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_RESPONSE
in file Request.php, constant HTTP_REQUEST_ERROR_RESPONSE
    Constants for HTTP request error codes
HTTP_REQUEST_ERROR_URL
in file Request.php, constant HTTP_REQUEST_ERROR_URL
    Constants for HTTP request error codes
HTTP_REQUEST_HTTP_VER_1_0
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_0
    Constants for HTTP protocol versions
HTTP_REQUEST_HTTP_VER_1_1
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_1
    Constants for HTTP protocol versions
HTTP_Request_Listener
in file Listener.php, class HTTP_Request_Listener
    Listener for HTTP_Request and HTTP_Response objects
HTTP_Request_Listener
in file Listener.php, method HTTP_Request_Listener::HTTP_Request_Listener()
    Constructor, sets the object's identifier
HTTP_REQUEST_MBSTRING
in file Request.php, constant HTTP_REQUEST_MBSTRING
    Whether string functions are overloaded by their mbstring equivalents
HTTP_REQUEST_METHOD_DELETE
in file Request.php, constant HTTP_REQUEST_METHOD_DELETE
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_GET
in file Request.php, constant HTTP_REQUEST_METHOD_GET
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_HEAD
in file Request.php, constant HTTP_REQUEST_METHOD_HEAD
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_OPTIONS
in file Request.php, constant HTTP_REQUEST_METHOD_OPTIONS
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_POST
in file Request.php, constant HTTP_REQUEST_METHOD_POST
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_PUT
in file Request.php, constant HTTP_REQUEST_METHOD_PUT
    Constants for HTTP request methods
HTTP_REQUEST_METHOD_TRACE
in file Request.php, constant HTTP_REQUEST_METHOD_TRACE
    Constants for HTTP request methods
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
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
top

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