- General upkeep
- Add
get_handler()
method toRoute
(#9, @cpsievert) - Add
root
field toRoute
which will get appended to all paths before matching to an incomming request - Add
remap_handlers()
to loop through all handlers and reassign them based on a user provided function. (#8) - Added pkgdown site at https://routr.data-imaginist.com
- Add
on_error()
method to modify how errors are handled. The default is now to return500
without any body and print the error message withmessage()
. - Modified
on_attach()
method that uses the new logging system to log route errors.
- First release
- Added classes Request, Response, Route, and RouteStack