runtime
runtime copied to clipboard
The package name for runtime/psr-17 is confusing
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 https://github.com/php-runtime/psr-17/issues/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)