Zend_Gdata_HttpClient::setStreamingRequest PHP 메소드

setStreamingRequest() 공개 메소드

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.
리턴 void
    public function setStreamingRequest($value)
    {
        $this->_streamingRequest = $value;
    }