An interface description for Zend\Http\Client\Adapter\Stream classes.

This interface describes Zend\Http\Client\Adapter which supports streaming.

 Methods

Set output stream

setOutputStream(resource $stream) 

This function sets output stream where the result will be stored.

Parameters

$stream

resource

Stream to write the output to