diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index 89a94cb2..f00db889 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -41,6 +41,7 @@ class HttpParams $this->gets = $get ?? []; $this->files = $files ?? []; if (!is_array($body)) { + var_dump($body); $this->body = Help::toArray($body); } else { $this->body = $body ?? [];