mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
Prepare a request before send
This commit is contained in:
parent
09411a4b32
commit
8db2b94203
@ -28,4 +28,5 @@ $request = Request::createFromGlobals();
|
|||||||
$response = $application->handleRequest($request);
|
$response = $application->handleRequest($request);
|
||||||
|
|
||||||
// Send response to the user
|
// Send response to the user
|
||||||
|
$response->prepare($request);
|
||||||
$response->send();
|
$response->send();
|
||||||
|
Loading…
Reference in New Issue
Block a user