You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This runtime is more a PSR-15 runtime than a PSR-17 one.
The implementation relies (optionally) on PSR-17 to know how to create the PSR-7 request. But the application logic being run is implemented using the PSR-15 interface.
I originally submitted this in php-runtime/psr-17#2 before realizing it was a subtree split (maybe you should deactivate issue trackers in the subtree repos, or add a config for the issue creation redirecting to the mono-repo)
The text was updated successfully, but these errors were encountered:
This runtime is more a PSR-15 runtime than a PSR-17 one.
The implementation relies (optionally) on PSR-17 to know how to create the PSR-7 request. But the application logic being run is implemented using the PSR-15 interface.
I originally submitted this in php-runtime/psr-17#2 before realizing it was a subtree split (maybe you should deactivate issue trackers in the subtree repos, or add a config for the issue creation redirecting to the mono-repo)
The text was updated successfully, but these errors were encountered: