From dd757ea8dc3d774e118581138c9b692c91ed2a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 21 Sep 2020 19:03:51 +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/Http/Request.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index 5cb691f5..56eb92f1 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -322,7 +322,6 @@ class Request extends Application public function getMethod() { $method = $this->headers->get('request_method'); - var_dump($this->headers); if (empty($method)) { return 'get'; }