public function setIntHeader($name, $value)
 {
     $this->response->setIntHeader($name, $value);
 }