public function RequestInterface::setState

Set the state of the request

Parameters

string $state State of the request (complete, sending, or new):

Return value

RequestInterface

1 method overrides RequestInterface::setState()
Request::setState in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Set the state of the request

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function setState($state);