function get($args = false)
 {
     $this->setup_request();
     $this->resp = parent::get($this->request_uri, $args);
     return $this;
 }