public function RequestFactoryInterface::fromMessage

Create a new request based on an HTTP message

Parameters

string $message HTTP message as a string:

Return value

RequestInterface

1 method overrides RequestFactoryInterface::fromMessage()
RequestFactory::fromMessage in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php
Create a new request based on an HTTP message

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php, line 21

Class

RequestFactoryInterface
Request factory used to create HTTP requests

Namespace

Guzzle\Http\Message

Code

public function fromMessage($message);