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
We can extend and replace the present request/response with the above class. I'm still open to opinions on various other approaches used in slim and other micro frameworks.
IMHO we should replace the existing request/response with the symfony httpfoundation.
https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation
We can extend and replace the present request/response with the above class. I'm still open to opinions on various other approaches used in slim and other micro frameworks.