From 54923c3819ba9fa72484459f7c09eb664c8ca2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 15:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Events/OnRequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HttpServer/Events/OnRequest.php b/HttpServer/Events/OnRequest.php index 930d0c96..ce13892b 100644 --- a/HttpServer/Events/OnRequest.php +++ b/HttpServer/Events/OnRequest.php @@ -54,6 +54,8 @@ class OnRequest extends Callback public function onHandler(Request $request, Response $response): mixed { try { + var_dump($request); + /** @var HRequest $request */ [$request, $response] = OnRequest::createContext($request, $response);