# Header

The Header class provides methods for sending HTTP headers.

****

- Full class name: `Kirby\Http\Header`
- Alias: `Header`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Header.php#L17>

****

### Header

- [Header::accepted()](https://getkirby.com/docs/reference/objects/http/header/accepted.md)
- [Header::contentType()](https://getkirby.com/docs/reference/objects/http/header/content-type.md)
- [Header::create()](https://getkirby.com/docs/reference/objects/http/header/create.md)
- [Header::created()](https://getkirby.com/docs/reference/objects/http/header/created.md)
- [Header::download()](https://getkirby.com/docs/reference/objects/http/header/download.md)
- [Header::error()](https://getkirby.com/docs/reference/objects/http/header/error.md)
- [Header::forbidden()](https://getkirby.com/docs/reference/objects/http/header/forbidden.md)
- [Header::gone()](https://getkirby.com/docs/reference/objects/http/header/gone.md)
- [Header::missing()](https://getkirby.com/docs/reference/objects/http/header/missing.md)
- [Header::notfound()](https://getkirby.com/docs/reference/objects/http/header/notfound.md)
- [Header::panic()](https://getkirby.com/docs/reference/objects/http/header/panic.md)
- [Header::redirect()](https://getkirby.com/docs/reference/objects/http/header/redirect.md)
- [Header::status()](https://getkirby.com/docs/reference/objects/http/header/status.md)
- [Header::success()](https://getkirby.com/docs/reference/objects/http/header/success.md)
- [Header::type()](https://getkirby.com/docs/reference/objects/http/header/type.md)
- [Header::unavailable()](https://getkirby.com/docs/reference/objects/http/header/unavailable.md)