apidoc
[
class tree: apidoc
] [
index: apidoc
] [
all elements
]
Packages:
HTTP_Request
Classes:
HTTP_Request
HTTP_Request
HTTP_Response
Element index for package apidoc
[
a
] [
c
] [
d
] [
g
] [
h
] [
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
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
top
g
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, class
HTTP_Request
HTTP_Request
in file Request.php, method
HTTP_Request::HTTP_Request()
Constructor
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
p
process
in file Request.php, method
HTTP_Response::process()
Processes a HTTP response
top
r
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
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
Documentation generated on Mon, 11 Mar 2019 13:56:24 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.