Zend_Gdata_HttpClient::setStreamingRequest PHP Method

setStreamingRequest() public method

Set the streamingRequest variable which controls whether we are sending the raw (already encoded) POST data from a stream source.
public setStreamingRequest ( boolean $value ) : void
$value boolean The value to set.
return void
    public function setStreamingRequest($value)
    {
        $this->_streamingRequest = $value;
    }