-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Simple-routes provides a method for simple, centralized http routing on top of Hunchentoot. When used in conjunction with hunchentoot this library takes priority over the default hunchentoot routing system but does not replace it. If simple-routes does not match a handler to a given request, it will fall back to hunchentoot's other url routing methods (easy-handler, then the default static file service).
Author: Currell Berry
Source: https://gitlab.com/vancan1ty/simple-routes.git
Documentation: https://gitlab.com/vancan1ty/simple-routes/blob/master/README.md