Open Journal Systems
3.3.0
|
Static Public Member Functions | |
static | getAllEvents () |
static | onRequestError (Event $event) |
Protected Member Functions | |
getEventArray () | |
processResponse (array $context=array()) | |
Protected Attributes | |
$client | |
$curlOptions | |
$eventDispatcher | |
$isRedirect = false | |
$method | |
$password | |
$response | |
$responseBody | |
$state | |
$url | |
$username | |
![]() | |
$headerFactory | |
$headers | |
$params | |
$protocol = 'HTTP' | |
$protocolVersion = '1.1' | |
Additional Inherited Members | |
![]() | |
const | CONNECT = 'CONNECT' |
const | DELETE = 'DELETE' |
const | GET = 'GET' |
const | HEAD = 'HEAD' |
const | OPTIONS = 'OPTIONS' |
const | PATCH = 'PATCH' |
const | POST = 'POST' |
const | PUT = 'PUT' |
const | STATE_COMPLETE = 'complete' |
const | STATE_ERROR = 'error' |
const | STATE_NEW = 'new' |
const | STATE_TRANSFER = 'transfer' |
const | TRACE = 'TRACE' |
HTTP request class to send requests
Definition at line 25 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::__construct | ( | $method, | |
$url, | |||
$headers = array() |
|||
) |
string | $method | HTTP method |
string | Url | $url | HTTP URL to connect to. The URI scheme, host header, and URI are parsed from the full URL. If query string parameters are present they will be parsed as well. |
array | Collection | $headers | HTTP headers |
Reimplemented in Guzzle\Http\Message\EntityEnclosingRequest.
Definition at line 119 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\$headers, Guzzle\Http\Message\Request\$method, Guzzle\Http\Message\Request\$url, Guzzle\Http\Message\AbstractMessage\addHeader(), Guzzle\Http\Message\AbstractMessage\setHeader(), Guzzle\Http\Message\Request\setState(), and Guzzle\Http\Message\Request\setUrl().
Guzzle\Http\Message\Request::__clone | ( | ) |
Definition at line 145 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$curlOptions, Guzzle\Http\Message\Request\$eventDispatcher, Guzzle\Http\Message\AbstractMessage\$headers, Guzzle\Http\Message\AbstractMessage\$params, Guzzle\Http\Message\Request\$url, Guzzle\Http\Message\Request\dispatch(), Guzzle\Http\Message\Request\setState(), and Guzzle\Http\Message\RequestInterface\STATE_NEW.
Guzzle\Http\Message\Request::__toString | ( | ) |
Get the HTTP request as a string
Implements Guzzle\Http\Message\RequestInterface.
Reimplemented in Guzzle\Http\Message\EntityEnclosingRequest.
Definition at line 165 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\getRawHeaders().
Guzzle\Http\Message\Request::addCookie | ( | $name, | |
$value | |||
) |
Add a Cookie value by name to the Cookie header
string | $name | Name of the cookie to add |
string | $value | Value to set |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 521 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\getHeader(), Guzzle\Http\Message\AbstractMessage\hasHeader(), and Guzzle\Http\Message\AbstractMessage\setHeader().
Guzzle\Http\Message\Request::addSubscriber | ( | EventSubscriberInterface | $subscriber | ) |
Add an event subscriber to the dispatcher
EventSubscriberInterface | $subscriber | Event subscriber |
Implements Guzzle\Common\HasDispatcherInterface.
Definition at line 572 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\getEventDispatcher().
Guzzle\Http\Message\Request::canCache | ( | ) |
Definition at line 640 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Common\Version\warn().
Guzzle\Http\Message\Request::dispatch | ( | $eventName, | |
array | $context = array() |
||
) |
Helper to dispatch Guzzle events and set the event name on the event
string | $eventName | Name of the event to dispatch |
array | $context | Context of the event |
Implements Guzzle\Common\HasDispatcherInterface.
Definition at line 565 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\getEventDispatcher().
Referenced by Guzzle\Http\Message\Request\__clone(), Guzzle\Http\Message\Request\processResponse(), and Guzzle\Http\Message\Request\setState().
|
static |
Get a list of all of the events emitted from the class
Implements Guzzle\Common\HasDispatcherInterface.
Definition at line 93 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Tests\Http\Message\RequestTest\testDescribesEvents().
Guzzle\Http\Message\Request::getClient | ( | ) |
Get the client used to transport the request
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 190 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$client.
Guzzle\Http\Message\Request::getCookie | ( | $name | ) |
Get a cookie value by name
string | $name | Cookie to retrieve |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 514 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\getCookies().
Guzzle\Http\Message\Request::getCookies | ( | ) |
Get an array of Cookies
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 504 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\getHeader(), and Guzzle\Parser\ParserRegistry\getInstance().
Referenced by Guzzle\Http\Message\Request\getCookie().
Guzzle\Http\Message\Request::getCurlOptions | ( | ) |
Get the cURL options that will be applied when the cURL handle is created
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 428 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$curlOptions.
Referenced by Guzzle\Http\Message\Request\setAuth().
|
protected |
Get an array containing the request and response for event notifications
Definition at line 584 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\processResponse().
Guzzle\Http\Message\Request::getEventDispatcher | ( | ) |
Get the EventDispatcher of the request
Implements Guzzle\Common\HasDispatcherInterface.
Definition at line 556 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$eventDispatcher, and Guzzle\Http\Message\Request\setEventDispatcher().
Referenced by Guzzle\Http\Message\Request\addSubscriber(), Guzzle\Http\Message\Request\dispatch(), Guzzle\Http\Message\Request\processResponse(), and Guzzle\Http\Message\Request\setResponse().
Guzzle\Http\Message\Request::getHost | ( | ) |
Get the host of the request
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 263 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::getMethod | ( | ) |
Get the HTTP method of the request
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 246 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$method.
Guzzle\Http\Message\Request::getPassword | ( | ) |
Get the password to pass in the URL if set
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 325 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$password.
Guzzle\Http\Message\Request::getPath | ( | ) |
Get the path of the request (e.g. '/', '/index.html')
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 288 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getResource().
Guzzle\Http\Message\Request::getPort | ( | ) |
Get the port that the request will be sent on if it has been set
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 300 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::getProtocolVersion | ( | ) |
Get the HTTP protocol version of the request
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 276 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\$protocolVersion.
Guzzle\Http\Message\Request::getQuery | ( | $asString = false | ) |
Definition at line 239 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::getRawHeaders | ( | ) |
Get the raw message headers as a string
Implements Guzzle\Http\Message\MessageInterface.
Definition at line 195 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\$protocolVersion, Guzzle\Http\Message\AbstractMessage\getHeaderLines(), and Guzzle\Http\Message\Request\getResource().
Referenced by Guzzle\Http\Message\Request\__toString().
Guzzle\Http\Message\Request::getResource | ( | ) |
Get the resource part of the the request, including the path, query string, and fragment
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 371 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\getPath().
Referenced by Guzzle\Http\Message\Request\getRawHeaders().
Guzzle\Http\Message\Request::getResponse | ( | ) |
Get the previously received {
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 234 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$response.
Guzzle\Http\Message\Request::getResponseBody | ( | ) |
Get the EntityBody that will hold the resulting response message's entity body. This response body will only be used for successful responses. Intermediate responses (e.g. redirects) will not use the targeted response body.
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 482 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$responseBody, and Guzzle\Http\EntityBody\factory().
Referenced by Guzzle\Http\Message\Request\setResponse().
Guzzle\Http\Message\Request::getScheme | ( | ) |
Get the URI scheme of the request (http, https, ftp, etc)
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 251 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::getState | ( | ) |
Get the state of the request. One of 'complete', 'transfer', 'new', 'error'
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 386 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$state.
Guzzle\Http\Message\Request::getUrl | ( | $asObject = false | ) |
Get the full URL of the request (e.g. 'http://www.guzzle-project.com/')
bool | $asObject | Set to TRUE to retrieve the URL as a clone of the URL object owned by the request. |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 381 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\startResponse().
Guzzle\Http\Message\Request::getUsername | ( | ) |
Get the username to pass in the URL if set
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 320 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$username.
Guzzle\Http\Message\Request::isRedirect | ( | ) |
Definition at line 666 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$isRedirect, and Guzzle\Common\Version\warn().
Referenced by Guzzle\Http\Message\Request\setIsRedirect().
Guzzle\Http\Message\Request::isResponseBodyRepeatable | ( | ) |
Determine if the response body is repeatable (readable + seekable)
Definition at line 498 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Common\Version\warn().
|
static |
Default method that will throw exceptions if an unsuccessful response is received.
Event | $event | Received |
BadResponseException | if the response is not successful |
Definition at line 176 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Exception\BadResponseException\factory(), and Guzzle\Common\Event\toArray().
|
protected |
Process a received response
array | $context | Contextual information |
RequestException|BadResponseException | on unsuccessful responses |
Definition at line 598 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\dispatch(), Guzzle\Http\Message\Request\getEventArray(), Guzzle\Http\Message\Request\getEventDispatcher(), and Guzzle\Http\Message\RequestInterface\STATE_COMPLETE.
Referenced by Guzzle\Http\Message\Request\setState().
Guzzle\Http\Message\Request::removeCookie | ( | $name | ) |
Remove a specific cookie value by name
string | $name | Cookie to remove by name |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 535 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\getHeader().
Guzzle\Http\Message\Request::send | ( | ) |
Send the request
RequestException | on a request error |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 225 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::setAuth | ( | $user, | |
$password = '' , |
|||
$scheme = CURLAUTH_BASIC |
|||
) |
Set HTTP authorization parameters
string | bool | $user | User name or false disable authentication |
string | $password | Password |
string | $scheme | Authentication scheme ('Basic', 'Digest', or a CURLAUTH_* constant (deprecated)) |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 330 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$password, Guzzle\Http\Message\Request\getCurlOptions(), Guzzle\Http\Message\AbstractMessage\removeHeader(), and Guzzle\Http\Message\AbstractMessage\setHeader().
Referenced by Guzzle\Http\Message\Request\setUrl().
Guzzle\Http\Message\Request::setClient | ( | ClientInterface | $client | ) |
Set the client used to transport the request
ClientInterface | $client |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 183 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$client.
Guzzle\Http\Message\Request::setEventDispatcher | ( | EventDispatcherInterface | $eventDispatcher | ) |
Set the EventDispatcher of the request
EventDispatcherInterface | $eventDispatcher |
Implements Guzzle\Common\HasDispatcherInterface.
Definition at line 548 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$eventDispatcher.
Referenced by Guzzle\Http\Message\Request\getEventDispatcher().
Guzzle\Http\Message\Request::setHost | ( | $host | ) |
Set the host of the request. Including a port in the host will modify the port of the request.
string | $host | Host to set (e.g. www.yahoo.com, www.yahoo.com:80) |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 268 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\setPort().
Guzzle\Http\Message\Request::setIsRedirect | ( | $isRedirect | ) |
Definition at line 655 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$isRedirect, and Guzzle\Http\Message\Request\isRedirect().
Guzzle\Http\Message\Request::setPath | ( | $path | ) |
Set the path of the request (e.g. '/', '/index.html')
string | array | $path | Path to set or array of segments to implode |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 293 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::setPort | ( | $port | ) |
Set the port that the request will be sent on
int | $port | Port number to set |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 305 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\setHost(), and Guzzle\Http\Message\Request\setUrl().
Guzzle\Http\Message\Request::setProtocolVersion | ( | $protocol | ) |
Set the HTTP protocol version of the request (e.g. 1.1 or 1.0)
string | $protocol | HTTP protocol version to use with the request |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 281 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\AbstractMessage\$protocol.
Guzzle\Http\Message\Request::setResponse | ( | Response | $response, |
$queued = false |
|||
) |
Manually set a response for the request.
This method is useful for specifying a mock response for the request or setting the response using a cache. Manually setting a response will bypass the actual sending of a request.
Response | $response | Response object to set |
bool | $queued | Set to TRUE to keep the request in a state of not having been sent, but queue the response for send() |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 442 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$response, Guzzle\Http\Message\Request\getEventDispatcher(), Guzzle\Http\Message\Request\getResponseBody(), and Guzzle\Http\Message\Request\setState().
Guzzle\Http\Message\Request::setResponseBody | ( | $body | ) |
Set the EntityBody that will hold a successful response message's entity body.
This method should be invoked when you need to send the response's entity body somewhere other than the normal php://temp buffer. For example, you can send the entity body to a socket, file, or some other custom stream.
EntityBodyInterface | string | resource | $body | Response body object. Pass a string to attempt to store the response body in a local file. |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 466 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\EntityBody\factory().
Guzzle\Http\Message\Request::setScheme | ( | $scheme | ) |
Set the URI scheme of the request (http, https, ftp, etc)
string | $scheme | Scheme to set |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 256 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Guzzle\Http\Message\Request::setState | ( | $state, | |
array | $context = array() |
||
) |
Set the state of the request
string | $state | State of the request ('complete', 'transfer', 'new', 'error') |
array | $context | Contextual information about the state change |
Implements Guzzle\Http\Message\RequestInterface.
Reimplemented in Guzzle\Http\Message\EntityEnclosingRequest.
Definition at line 391 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$state, Guzzle\Http\Message\Request\dispatch(), Guzzle\Http\Message\AbstractMessage\hasHeader(), Guzzle\Http\Message\Request\processResponse(), Guzzle\Http\Message\AbstractMessage\removeHeader(), Guzzle\Http\Message\RequestInterface\STATE_COMPLETE, Guzzle\Http\Message\RequestInterface\STATE_ERROR, Guzzle\Http\Message\RequestInterface\STATE_NEW, and Guzzle\Http\Message\RequestInterface\STATE_TRANSFER.
Referenced by Guzzle\Http\Message\Request\__clone(), Guzzle\Http\Message\Request\__construct(), and Guzzle\Http\Message\Request\setResponse().
Guzzle\Http\Message\Request::setUrl | ( | $url | ) |
Set the URL of the request
string | $url,|Url | Full URL to set including query string |
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 204 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$url, Guzzle\Http\Url\factory(), Guzzle\Http\Message\Request\setAuth(), and Guzzle\Http\Message\Request\setPort().
Referenced by Guzzle\Http\Message\Request\__construct().
Guzzle\Http\Message\Request::startResponse | ( | Response | $response | ) |
The start of a response has been received for a request and the request is still in progress
Implements Guzzle\Http\Message\RequestInterface.
Definition at line 433 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
References Guzzle\Http\Message\Request\$response, Guzzle\Http\Message\Request\getUrl(), and Guzzle\Http\Message\RequestInterface\STATE_TRANSFER.
|
protected |
Definition at line 49 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getClient(), and Guzzle\Http\Message\Request\setClient().
|
protected |
cURL specific transfer options
Definition at line 85 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\__clone(), and Guzzle\Http\Message\Request\getCurlOptions().
|
protected |
Definition at line 31 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\__clone(), Guzzle\Http\Message\Request\getEventDispatcher(), and Guzzle\Http\Message\Request\setEventDispatcher().
|
protected |
Definition at line 91 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\isRedirect(), and Guzzle\Http\Message\Request\setIsRedirect().
|
protected |
HTTP method (GET, PUT, POST, DELETE, HEAD, OPTIONS, TRACE)
Definition at line 43 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\EntityEnclosingRequest\__construct(), Guzzle\Http\Message\Request\__construct(), and Guzzle\Http\Message\Request\getMethod().
|
protected |
Auth password
Definition at line 79 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getPassword(), and Guzzle\Http\Message\Request\setAuth().
|
protected |
Response of the request
Definition at line 55 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getResponse(), Guzzle\Http\Message\Request\setResponse(), and Guzzle\Http\Message\Request\startResponse().
|
protected |
Response body
Definition at line 61 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getResponseBody().
|
protected |
State of the request object
Definition at line 67 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getState(), Guzzle\Http\Message\EntityEnclosingRequest\setState(), and Guzzle\Http\Message\Request\setState().
|
protected |
HTTP Url
Definition at line 37 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\__clone(), Guzzle\Http\Message\EntityEnclosingRequest\__construct(), Guzzle\Http\Message\Request\__construct(), and Guzzle\Http\Message\Request\setUrl().
|
protected |
Authentication username
Definition at line 73 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php.
Referenced by Guzzle\Http\Message\Request\getUsername().