simple-routes
Facility for straightforward http routing on top of Hunchentoot.
$ area51 add simple-routesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(simple-routes:some-function ...)