Ticket #312 (new enhancement)
Opened 11 months ago
Support for custom routing callbacks
| Reported by: | athomas | Owned by: | mitsuhiko |
|---|---|---|---|
| Priority: | major | Milestone: | Werkzeug 0.4 |
| Component: | routing | Version: | dev |
| Keywords: | Cc: |
Description
It'd be nice to be able to customise routing by allowing callbacks to contribute to routing decisions. An example is content-negotiation: one set of routes for normal text/html, another for application/json.
Note: See
TracTickets for help on using
tickets.