new Response()
Creates a new response object
new Response(string $body = '', string $type = null, int $code = null, array $headers = null, string $charset = null)
Parameters
Name | Type | Default |
---|---|---|
$body | string |
'' |
$type | string |
null |
$code | int |
null |
$headers | array |
null |
$charset | string |
null |