Interface StreamRequestFactoryInterface
Interface used for creating streams from requests
Direct known implementers
Guzzle\Stream\PhpStreamRequestFactory
public
|
#
fromRequest(
Create a stream based on a request object |
Interface used for creating streams from requests
public
|
#
fromRequest(
Create a stream based on a request object Create a stream based on a request object Parameters
ReturnsGuzzle\Stream\StreamInterfaceReturns a stream object ThrowsGuzzle\Common\Exception\RuntimeExceptionif the stream cannot be opened or an error occurs |