Skip to content

Request & Response Objects #39

@jlbooker

Description

@jlbooker

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions