Panel::response()
Creates a Response object from the result of a Panel route call
Panel::response($result, array $options = [ ]): Kirby\Http\Response
Parameters
| Name | Type | Default |
|---|---|---|
| $resultrequired | mixed |
no default value |
| $options | array |
[ ]
|