-
Notifications
You must be signed in to change notification settings - Fork 1
RequestHandler: handle Example
Terry L edited this page Jun 18, 2020
·
3 revisions
-
param
ServerRequestInterface
request*
The server request. -
return
ResponseInterface
Example:
$response = $app->handle(ServerRequestFactory::fromGlobal());
composer require shieldon/psr-http
Shieldon PSR HTTP implementation written by Terry L. from Taiwan.