$this->adapter->
setConfig($config);
} /**
* Load the connection adapter
*
* @return Zend_Http_Client_Adapter_Interface $adapter
*/
public function getAdapter() { if (null ===
$this->adapter
) { $this->
setAdapter($this->config
['adapter'
]);
} return $this->adapter;
} /**
* Set streaming for received data
*
* @param string|boolean $streamfile Stream file, true for temp file, false/null for no streaming
* @return Zend_Http_Client
*/