ring.middleware.resource

(source)
Middleware for serving static resources.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
resource-request (clj) If request matches a static resource, returns it in a response map.
wrap-resource (clj) Middleware that first checks to see whether the request map matches a static resource.