EWF
EWF copied to clipboard
Conditional router
For now router dispatch request based on
- request methods
- mapping (could be URI, URI-template, ...)
It would be convenient to have an optional condition ... that could be for instance
- Content-type checking ... if Accept is text/html for instance ...
- could also be Accept-Language ...
- and ... any condition the user could think of.