;;;; package.lisp (defpackage #:weekend (:use #:cl #:flatbind) (:import-from #:hunchentoot #:mime-type #:handle-static-file #:set-cookie) (:local-nicknames (#:http #:hunchentoot) (#:a #:alexandria-2) (#:mop #:closer-mop)) (:export ;; HANDLER PROTOCOL #:authenticate #:authorize #:handle #:not-found #:slot-required #:not-found #:redirect #:endpoint-redirect #:route-to #:get-cookie ;; re-exports #:mime-type #:handle-static-file #:set-cookie ;; METACLASS #:endpoint #:register-body-parser))