NEWS.md
get_handler()
method to Route
(#9, @cpsievert)root
field to Route
which will get appended to all paths before matching to an incomming requestremap_handlers()
to loop through all handlers and reassign them based on a user provided function. (#8)on_error()
method to modify how errors are handled. The default is now to return 500
without any body and print the error message with message()
.on_attach()
method that uses the new logging system to log route errors.