runtime icon indicating copy to clipboard operation
runtime copied to clipboard

The package name for runtime/psr-17 is confusing

Open stof opened this issue 11 months ago • 0 comments

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)

stof avatar Apr 03 '24 10:04 stof