This file contains ideas, todos and upcoming features for Raxos. Nothing is set in stone, and things may change.
- Check and validate that multiple request models can be used within a route.
- Rethink the internal routing structure to allow for improved caching.
- When mutiple request models are allowed in Router, fetch them from the parameters and build a structure from that. The
requestModelproperty should then be removed from the Endpoint attribute.