terminate(Request $request, Response $response)
Terminates a request/response cycle. Should be called after sending the response and before shutting down the kernel.
Parameters Request $request A Request instance Response $response A Response instance