public function containsHeader($name)
 {
     return $this->response->containsHeader($name);
 }