http_obj = new $http_adapter_class_name; //load some default timeouts $this->http_obj->set_timeout($this->timeout_for_get, $this->timeout_for_post); return $this->http_obj; } }