Open Journal Systems
3.3.0
|
Static Public Member Functions | |
static | fromMessage ($message) |
Protected Attributes | |
$body | |
$effectiveUrl | |
$info = array() | |
$reasonPhrase | |
$statusCode | |
![]() | |
$headerFactory | |
$headers | |
$params | |
$protocol = 'HTTP' | |
$protocolVersion = '1.1' | |
Static Protected Attributes | |
static | $cacheResponseCodes = array(200, 203, 206, 300, 301, 410) |
Guzzle HTTP response object
Definition at line 17 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::__construct | ( | $statusCode, | |
$headers = null , |
|||
$body = null |
|||
) |
Construct the response
string | $statusCode | The response status code (e.g. 200, 404, etc) |
ToArrayInterface | array | $headers | The response headers |
string | resource | EntityBodyInterface | $body | The body of the response |
BadResponseException | if an invalid response code is given |
Definition at line 153 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$body, Guzzle\Http\Message\AbstractMessage\$headers, Guzzle\Http\Message\Response\$statusCode, Guzzle\Http\EntityBody\factory(), Guzzle\Http\Message\AbstractMessage\setHeaders(), and Guzzle\Http\Message\Response\setStatus().
Guzzle\Http\Message\Response::__toString | ( | ) |
Definition at line 173 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getMessage().
Guzzle\Http\Message\Response::calculateAge | ( | ) |
Calculate the age of the response
Definition at line 381 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getDate(), and Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\getFreshness().
Guzzle\Http\Message\Response::canCache | ( | ) |
Check if the response can be cached based on the response headers
Definition at line 777 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\canValidate(), Guzzle\Http\Message\Response\getBody(), Guzzle\Http\Message\Response\getContentLength(), Guzzle\Http\Message\Response\getFreshness(), Guzzle\Http\Message\AbstractMessage\getHeader(), Guzzle\Http\Message\Response\getStatusCode(), Guzzle\Http\Message\Response\getTransferEncoding(), and Guzzle\Http\Message\Response\isFresh().
Guzzle\Http\Message\Response::canValidate | ( | ) |
Check if the response can be validated against the origin server using a conditional GET request.
Definition at line 843 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getEtag(), and Guzzle\Http\Message\Response\getLastModified().
Referenced by Guzzle\Http\Message\Response\canCache().
|
static |
Create a new Response based on a raw response message
string | $message | Response message |
Definition at line 123 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Parser\ParserRegistry\getInstance().
Referenced by Guzzle\Tests\Http\Server\enqueue(), Guzzle\Plugin\Mock\MockPlugin\getMockFile(), Guzzle\Tests\Plugin\Mock\MockPluginTest\testAddsResponseObjectsToQueue(), Guzzle\Tests\Plugin\Mock\MockPluginTest\testCanClearQueue(), Guzzle\Tests\Plugin\Mock\MockPluginTest\testCanInspectQueue(), Guzzle\Tests\Message\ResponseTest\testFactory(), Guzzle\Tests\Message\ResponseTest\testFactoryCanCreateHeadResponses(), Guzzle\Tests\Message\ResponseTest\testFactoryRequiresMessage(), Guzzle\Tests\Plugin\Cache\CallbackCanCacheStrategyTest\testIntegrationWithCachePlugin(), Guzzle\Tests\Plugin\Mock\MockPluginTest\testIsCountable(), and Guzzle\Tests\Plugin\Cache\DefaultRevalidationTest\testRevalidatesResponsesAgainstOriginServer().
Guzzle\Http\Message\Response::getAcceptRanges | ( | ) |
Get the Accept-Ranges HTTP header
Definition at line 371 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getAge | ( | ) |
Get the Age HTTP header
Definition at line 397 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getAllow | ( | ) |
Get the Allow HTTP header
Definition at line 407 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getBody | ( | $asString = false | ) |
Get the response entity body
bool | $asString | Set to TRUE to return a string of the body rather than a full body object |
Definition at line 200 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\canCache().
Guzzle\Http\Message\Response::getCacheControl | ( | ) |
Get the Cache-Control HTTP header
Definition at line 438 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getConnection | ( | ) |
Get the Connection HTTP header
Definition at line 448 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentDisposition | ( | ) |
Get the Content-Disposition HTTP header
Definition at line 498 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentEncoding | ( | ) |
Get the Content-Encoding HTTP header
Definition at line 458 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentLanguage | ( | ) |
Get the Content-Language HTTP header
Definition at line 468 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentLength | ( | ) |
Get the Content-Length HTTP header
Definition at line 478 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\canCache().
Guzzle\Http\Message\Response::getContentLocation | ( | ) |
Get the Content-Location HTTP header
Definition at line 488 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentMd5 | ( | ) |
Get the Content-MD5 HTTP header
Definition at line 508 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentRange | ( | ) |
Get the Content-Range HTTP header
Definition at line 518 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getContentType | ( | ) |
Get the Content-Type HTTP header
Definition at line 528 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getDate | ( | ) |
Get the Date HTTP header
Definition at line 552 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\calculateAge().
Guzzle\Http\Message\Response::getEffectiveUrl | ( | ) |
Get the effective URL that resulted in this response (e.g. the last redirect URL)
Definition at line 949 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$effectiveUrl.
Guzzle\Http\Message\Response::getEtag | ( | ) |
Get the ETag HTTP header
Definition at line 562 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\canValidate(), and Guzzle\Plugin\Cache\DefaultRevalidation\handle304Response().
Guzzle\Http\Message\Response::getExpires | ( | ) |
Get the Expires HTTP header
Definition at line 572 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\getMaxAge().
Guzzle\Http\Message\Response::getFreshness | ( | ) |
Get the freshness of the response by returning the difference of the maximum lifetime of the response and the age of the response (max-age - age).
Freshness values less than 0 mean that the response is no longer fresh and is ABS(freshness) seconds expired. Freshness values of greater than zero is the number of seconds until the response is no longer fresh. A NULL result means that no freshness information is available.
Definition at line 858 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\calculateAge(), and Guzzle\Http\Message\Response\getMaxAge().
Referenced by Guzzle\Http\Message\Response\canCache(), and Guzzle\Http\Message\Response\isFresh().
Guzzle\Http\Message\Response::getInfo | ( | $key = null | ) |
Get a cURL transfer information
string | $key | A single statistic to check |
Definition at line 264 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$info.
Guzzle\Http\Message\Response::getLastModified | ( | ) |
Get the Last-Modified HTTP header
Definition at line 583 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\canValidate().
Guzzle\Http\Message\Response::getLocation | ( | ) |
Get the Location HTTP header
Definition at line 593 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getMaxAge | ( | ) |
Gets the number of seconds from the current time in which this response is still considered fresh
Definition at line 804 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getExpires(), and Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\getFreshness().
Guzzle\Http\Message\Response::getMessage | ( | ) |
Get the entire response as a string
Definition at line 326 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getRawHeaders().
Referenced by Guzzle\Http\Message\Response\__toString().
Guzzle\Http\Message\Response::getPragma | ( | ) |
Get the Pragma HTTP header
Definition at line 604 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getPreviousResponse | ( | ) |
Definition at line 958 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Common\Version\warn().
Guzzle\Http\Message\Response::getProtocol | ( | ) |
Get the protocol used for the response (e.g. HTTP)
Definition at line 240 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\$protocol.
Guzzle\Http\Message\Response::getProtocolVersion | ( | ) |
Get the HTTP protocol version
Definition at line 250 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\$protocolVersion.
Guzzle\Http\Message\Response::getProxyAuthenticate | ( | ) |
Get the Proxy-Authenticate HTTP header
Definition at line 614 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getRawHeaders | ( | ) |
Get the the raw message headers as a string
Implements Guzzle\Http\Message\MessageInterface.
Definition at line 344 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\$headers, and Guzzle\Http\Message\AbstractMessage\getHeaderLines().
Referenced by Guzzle\Http\Message\Response\getMessage().
Guzzle\Http\Message\Response::getReasonPhrase | ( | ) |
Get the response reason phrase- a human readable version of the numeric status code
Definition at line 361 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$reasonPhrase.
Guzzle\Http\Message\Response::getRedirectCount | ( | ) |
Get the redirect count of this response
Definition at line 925 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\RedirectPlugin\REDIRECT_COUNT.
Guzzle\Http\Message\Response::getRequest | ( | ) |
Definition at line 978 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Common\Version\warn().
Guzzle\Http\Message\Response::getRetryAfter | ( | ) |
Get the Retry-After HTTP header
Definition at line 625 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getServer | ( | ) |
Get the Server HTTP header
Definition at line 635 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getSetCookie | ( | ) |
Get the Set-Cookie HTTP header
Definition at line 645 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getStatusCode | ( | ) |
Get the response status code
Definition at line 316 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$statusCode.
Referenced by Guzzle\Http\Message\Response\canCache().
Guzzle\Http\Message\Response::getTrailer | ( | ) |
Get the Trailer HTTP header
Definition at line 656 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getTransferEncoding | ( | ) |
Get the Transfer-Encoding HTTP header
Definition at line 666 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Referenced by Guzzle\Http\Message\Response\canCache().
Guzzle\Http\Message\Response::getVary | ( | ) |
Get the Vary HTTP header
Definition at line 677 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getVia | ( | ) |
Get the Via HTTP header
Definition at line 687 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getWarning | ( | ) |
Get the Warning HTTP header
Definition at line 697 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::getWwwAuthenticate | ( | ) |
Get the WWW-Authenticate HTTP header
Definition at line 707 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::isClientError | ( | ) |
Checks if HTTP Status code is a Client Error (4xx)
Definition at line 717 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\isError().
Guzzle\Http\Message\Response::isContentType | ( | $type | ) |
Checks if the Content-Type is of a certain type. This is useful if the Content-Type header contains charset information and you need to know if the Content-Type matches a particular type.
string | $type | Content type to check against |
Definition at line 542 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::isError | ( | ) |
Checks if HTTP Status code is Server OR Client Error (4xx or 5xx)
Definition at line 727 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\isClientError(), and Guzzle\Http\Message\Response\isServerError().
Guzzle\Http\Message\Response::isFresh | ( | ) |
Check if the response is considered fresh.
A response is considered fresh when its age is less than or equal to the freshness lifetime (maximum age) of the response.
Definition at line 831 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\getFreshness().
Referenced by Guzzle\Http\Message\Response\canCache().
Guzzle\Http\Message\Response::isInformational | ( | ) |
Checks if HTTP Status code is Information (1xx)
Definition at line 737 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::isMethodAllowed | ( | $method | ) |
Check if an HTTP method is allowed by checking the Allow response header
string | $method | Method to check |
Definition at line 419 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Response::isRedirect | ( | ) |
Checks if HTTP Status code is a Redirect (3xx)
Definition at line 747 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::isServerError | ( | ) |
Checks if HTTP Status code is Server Error (5xx)
Definition at line 757 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\isError().
Guzzle\Http\Message\Response::isSuccessful | ( | ) |
Checks if HTTP Status code is Successful (2xx | 304)
Definition at line 767 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::json | ( | ) |
Parse the JSON response body and return an array
RuntimeException | if the response body is not in JSON format |
Definition at line 872 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::serialize | ( | ) |
Definition at line 178 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::setBody | ( | $body | ) |
Set the response entity body
EntityBodyInterface | string | $body | Body to set |
Definition at line 212 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$body, and Guzzle\Http\EntityBody\factory().
Guzzle\Http\Message\Response::setEffectiveUrl | ( | $url | ) |
Set the effective URL that resulted in this response (e.g. the last redirect URL)
string | $url | The effective URL |
Definition at line 937 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Guzzle\Http\Message\Response::setInfo | ( | array | $info | ) |
Set the transfer information
array | $info | Array of cURL transfer stats |
Definition at line 282 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$info.
Guzzle\Http\Message\Response::setProtocol | ( | $protocol, | |
$version | |||
) |
Set the protocol and protocol version of the response
string | $protocol | Response protocol |
string | $version | Protocol version |
Definition at line 227 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\$protocol.
Guzzle\Http\Message\Response::setRequest | ( | $request | ) |
Definition at line 968 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Common\Version\warn().
Guzzle\Http\Message\Response::setStatus | ( | $statusCode, | |
$reasonPhrase = '' |
|||
) |
Set the response status
BadResponseException | when an invalid response code is received |
Definition at line 298 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\Response\$reasonPhrase, and Guzzle\Http\Message\Response\$statusCode.
Referenced by Guzzle\Http\Message\Response\__construct().
Guzzle\Http\Message\Response::unserialize | ( | $serialize | ) |
Definition at line 187 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
References Guzzle\Http\Message\AbstractMessage\__construct().
Guzzle\Http\Message\Response::xml | ( | ) |
Parse the XML response body and return a \SimpleXMLElement.
In order to prevent XXE attacks, this method disables loading external entities. If you rely on external entities, then you must parse the XML response manually by accessing the response body directly.
RuntimeException | if the response body is not in XML format http://websec.io/2012/08/27/Preventing-XXE-in-PHP.html |
Definition at line 893 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
|
protected |
Definition at line 87 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\__construct(), and Guzzle\Http\Message\Response\setBody().
|
staticprotected |
Definition at line 114 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
|
protected |
The effective URL that returned this response
Definition at line 111 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\getEffectiveUrl().
|
protected |
Information about the request
Definition at line 105 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\getInfo(), and Guzzle\Http\Message\Response\setInfo().
|
protected |
The reason phrase of the response (human readable code)
Definition at line 93 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\getReasonPhrase(), and Guzzle\Http\Message\Response\setStatus().
|
protected |
The status code of the response
Definition at line 99 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php.
Referenced by Guzzle\Http\Message\Response\__construct(), Guzzle\Http\Message\Response\getStatusCode(), and Guzzle\Http\Message\Response\setStatus().