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