$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 type
Kirby\Http\Response
|null
Parent class
Kirby\Image\Image
inherited from Kirby\Filesystem\File