$responder->send()
Creates and returns the response object from the config
$responder->send(Kirby\Http\Response|string|null $body = null): Kirby\Http\Response
Parameters
Name | Type | Default |
---|---|---|
$body | Kirby\Http\Response orstring ornull |
null
|
Return type
This method modifies the existing $responder
object it is applied to and returns it again.