I was published new 1.5.0 release. The main change of new release is right functionality about pre handlers, which are run when end-rule-point is known. So you can work with req.uri_rule and new req.uri_handler properties in pre handlers.
For better compatibility, there are some new methods in Application object, which you can use when your application is starting, and some coding around http errors.
Hi all,
I was published new 1.5.0 release. The main change of new release is right functionality about pre handlers, which are run when end-rule-point is known. So you can work with req.uri_rule and new req.uri_handler properties in pre handlers.
For better compatibility, there are some new methods in Application object, which you can use when your application is starting, and some coding around http errors.
For more informations, see Changelog or code :)
Enjoy new version