Skip to content

Routing: Responder Classes #37

@smichaelsen

Description

@smichaelsen
  • Make it possible to just provide a plain string responder in the routing array.
  • Define classes for the different responder types (Controller, Callable, Subrouting, String)
  • Introduce a factory that determines the responder type from the routing array and configures the object
  • The objects need to know how to dispatch them selfs, move that code away from the Dispatcher
  • Make it possible to define custom responder types via signal/slot
  • Make Subrouting work again
  • Cover all new classes with Unit Tests

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions