Fixes #6503 httprequest PSR7 (#6508)
commitdc6a1f6b3f78c8df23e1cf69e14ee7b961678399
authorStephen Nielson <snielson@discoverandchange.com>
Mon, 5 Jun 2023 13:03:49 +0000 (5 09:03 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 13:03:49 +0000 (5 09:03 -0400)
treeb1d275c5dbc4440439dba057917740a975cccd71
parent67e27931b6039d2e98a059432d827c6a034aa309
Fixes #6503 httprequest PSR7 (#6508)

Makes the http request object PSR7 compliant so we can use it in other
libraries that consume PSR7 requestinterface objects.
_rest_routes.inc.php
apis/dispatch.php
src/Common/Http/HttpRestRequest.php
src/Common/Http/HttpRestRouteHandler.php