null Module_HttpClient::__call( )
public function __call($method, $params) { if ( method_exists($this->driver(), $method) ) { return call_user_func_array(array($this->driver(), $method), $params); } }