/**
  * @param string $name
  * @return string
  */
 public function getHeader($name)
 {
     return $this->response->getHeader($name);
 }