slimphp / Slim-Website

Slim Framework website for GitHub Pages
http://slimframework.com
127 stars 335 forks source link

Fix Response instantiation #689

Closed odan closed 8 months ago

odan commented 8 months ago

Clarify object creation within a middleware callback function. Specifically addresses the confusion around the instantiation of the Response object.

Details see here: https://github.com/slimphp/Slim/issues/3309

akrabat commented 8 months ago

Rebased to fix merge conflict.