Adds Support for Path Patterns in SimpleAPI Handler
Endpoints can now use path patterns with <> syntax to define dynamic parameters. Matching requests are routed based on definition order within the same handler class, preventing conflicts with exact match routes. Read more