;; THIS IS JUST FOR EXAMPLE
(clackup (<clack-app-file>
:root #p"./static-files/"))
;; Then access 'http://localhost/jellyfish.jpg' through into local './static-files/jellyfish.jpg'.
;; If the file isn't found, 404 will be returned. Clack.App.File serves static files in local directory. This Application should be used in other Middleware or Application (ex. Clack.Middleware.Static).
Eitarow Fukamachi (e.arrows@gmail.com)
Clack Application to serve static files.