Objects
📄️ Request
Your Slim app's routes and middleware are given a PSR-7 request object that represents the current HTTP request received by your web server.
📄️ Response
Your Slim app's routes and middleware are given a PSR-7 response object that represents the current HTTP response to be returned to the client.