EWF icon indicating copy to clipboard operation
EWF copied to clipboard

Conditional router

Open jocelyn opened this issue 11 years ago • 0 comments

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.

jocelyn avatar Oct 23 '13 17:10 jocelyn