coconutpalm.boot-http.impl
dir-handler
(dir-handler {:keys [dir resource-root not-found], :or {resource-root ""}})
filepath-from-uri
(filepath-from-uri root-path uri)
index-file-exists?
(index-file-exists? files)
index-resource-handler
(index-resource-handler resource-root)
list-item
(list-item root-path)
not-found-handler
(not-found-handler not-found)
nrepl-server
(nrepl-server {:keys [nrepl]})
path-diff
(path-diff root-path path)
resources-handler
(resources-handler {:keys [resource-root not-found], :or {resource-root ""}})
ring-handler
(ring-handler opts)
server
(server {:keys [port httpkit immutant ssl-props charset], :as opts})
wrap-handler
(wrap-handler {:keys [handler reload env-dirs]})
wrap-index
(wrap-index handler dir)
wrap-index-resource
(wrap-index-resource handler resource-root)