Skip to content

Controller like a stack of continuations... #13

@fmcarvalho

Description

@fmcarvalho

connectCtr() returns a Middleware which handles requests through sync or async Controller Actions.

Moreover this Middleware could have an additional then(continuation) method which includes additional actions on the result of the selected Action.

For instance, this could be useful whenever we want to add the same Data to the view context object.

A before() to insert user validation on certain actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions