Interface StreamRequestFactoryInterface
Interface used for creating streams from requests
Methods summary
public
Guzzle\Stream\StreamInterface
|
#
fromRequest( Guzzle\Http\Message\RequestInterface $request, array|resource $context = array(), array $params = array() )
Create a stream based on a request object
Create a stream based on a request object
Parameters
- $request
- Base the stream on a request
- $context
A stream_context_options resource or array of parameters used to create a
stream context.
- $params
- Optional array of parameters specific to the factory
Returns
Throws
|