Kernel (Contracts)
Kernel
interface Kernel (View source)
Methods
登录查看完整内容void | bootstrap() Bootstrap the application for HTTP requests. | |
Response | handle( Request $request) Handle an incoming HTTP request. | |
void | terminate( Request $request, Response $response) Perform any final actions for the request lifecycle. | |