Public Member Functions | |
| getHeaders () | |
| Gets the heaeders that were returned. | |
| getBody () | |
| Gets the body that was returned. | |
| getStatusCode () | |
| Provides the HTTP status code of this response. | |
Static Public Member Functions | |
| static | createFromHttpResponse ($httpResponse, $statusCode) |
| Creates an object from the http response that was received. | |
Private Attributes | |
| $headers | |
| The heaeders that were returned. | |
| $body | |
| The body that was returned. | |
| $statusCode | |
| The status code that was returned. | |
Definition at line 6 of file HttpBrowserResponse.class.php.
| static spunQ_HttpBrowserResponse::createFromHttpResponse | ( | $ | httpResponse, | |
| $ | statusCode | |||
| ) | [static] |
Creates an object from the http response that was received.
| $httpResponse | The string containing the whole Http document that was received. |
Definition at line 32 of file HttpBrowserResponse.class.php.
| spunQ_HttpBrowserResponse::getBody | ( | ) |
Gets the body that was returned.
Definition at line 58 of file HttpBrowserResponse.class.php.
| spunQ_HttpBrowserResponse::getHeaders | ( | ) |
Gets the heaeders that were returned.
Definition at line 50 of file HttpBrowserResponse.class.php.
| spunQ_HttpBrowserResponse::getStatusCode | ( | ) |
Provides the HTTP status code of this response.
Definition at line 66 of file HttpBrowserResponse.class.php.
spunQ_HttpBrowserResponse::$body [private] |
The body that was returned.
Definition at line 18 of file HttpBrowserResponse.class.php.
spunQ_HttpBrowserResponse::$headers [private] |
The heaeders that were returned.
Definition at line 12 of file HttpBrowserResponse.class.php.
spunQ_HttpBrowserResponse::$statusCode [private] |
The status code that was returned.
Definition at line 24 of file HttpBrowserResponse.class.php.
1.5.9