public function RequestInterface::getState

Get the state of the request. One of 'complete', 'sending', 'new'

Return value

string

1 method overrides RequestInterface::getState()
Request::getState in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the state of the request. One of 'complete', 'sending', 'new'

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 231

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getState();