class Response extends Response

Response handler, makes building responses easier

Methods

send()

No description

redirectBack()

Redirect back to the sending URL

asJson()

Easily set the response to json

asHtml()

Set the response type to html

Details

at line 12
send()

at line 33
Response redirectBack()

Redirect back to the sending URL

Return Value

Response

at line 44
Response asJson()

Easily set the response to json

Return Value

Response

at line 54
Response asHtml()

Set the response type to html

Return Value

Response