Since my last issue, I am working (and systematically failing BTW) on supporting ServerRequests in the same fashion of Requests so that I can feed it something like $request = GuzzleHttp\Psr7\ServerRequest::fromGlobals();
For docs: https://www.php-fig.org/psr/psr-7/#321-psrhttpmessageserverrequestinterface
Any comment/advice is welcome.
Thank you!
Since my last issue, I am working (and systematically failing BTW) on supporting ServerRequests in the same fashion of Requests so that I can feed it something like
$request = GuzzleHttp\Psr7\ServerRequest::fromGlobals();For docs: https://www.php-fig.org/psr/psr-7/#321-psrhttpmessageserverrequestinterface
Any comment/advice is welcome.
Thank you!