Class that represents an HTTP 1.0 / 1.1 response message.
Located in /EasyRdf/Http/Response.php (line 50)
Decode a "chunked" transfer-encoded body and return the decoded text
Create an EasyRdf_Http_Response object from a HTTP response string
Constructor.
Get the entire response as string
Get the response body as string
Get a specific header as string, or null if it is not set
Get the response headers
Get all headers as string
Return a message describing the HTTP response code (Eg. "OK", "Not Found", "Moved Permanently")
Get the raw response body (as transfered "on wire") as string
If the body is encoded (with Transfer-Encoding, not content-encoding - IE "chunked" body), gzip compressed, etc. it will not be decoded.
Get the HTTP response status code
Get the HTTP version of the response
Check whether the response is an error
Check whether the response is a redirection
Check whether the response in successful
Implements magic __toString()
Documentation generated on Wed, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4