BearFramework\App\Response\Headers {
/* Methods */
public self delete ( string $name )
public bool exists ( string $name )
public BearFramework\App\Response\Header|null get ( string $name )
public BearFramework\DataList|BearFramework\App\Response\Header[] getList ( void )
public string|null getValue ( string $name )
public BearFramework\App\Response\Header make ( [ string|null $name [, string|null $value ]] )
public self set ( BearFramework\App\Response\Header $header )
}