-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Milestone
Description
Create and use proper Request and Response objects. Controllers should be passed a Request object that contains the HTTP request ($_POST, $_GET, etc). Controllers should return a Response object containing the content of their response, along with some meta-data (data type, for example, could be JSON, or HTML).
This needs more details and planning.