$image->header()
Sends an appropriate header for the asset
$image->header(bool $send = true): Kirby\Http\Response|null
Parameters
| Name | Type | Default |
|---|---|---|
| $send | bool |
true
|
Return types
Kirby\Http\Responseornull
This method modifies the existing $image object it is applied to and returns it again.
Parent class
Kirby\Image\Image
inherited from Kirby\Filesystem\File