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