Features and Bug Fixes
Pre-release
Pre-release
- Bug fixes
- HTTP response status codes and headers; controller and application
- Route level meta data/tags; controller and application
- Path parameters splat support for routes, e.g.,
foo/*barwill now respond tofoo/1,foo/1/2,foo/1/2/3