Example #1
0
 /**
  * Sets the Vary header.
  *
  * @param string|array $headers
  * @param bool         $replace Whether to replace the actual value of not (true by default)
  *
  * @return Response
  *
  * @api
  */
 public function setVary($headers, $replace = true)
 {
     return parent::setVary($headers, $replace);
 }