Liking cljdoc? Tell your friends :D

cmr.http.kit.app.middleware

Custom site and API middleware for new CMR services.

Custom site and API middleware for new CMR services.
raw docstring

wrap-base-url-subsclj

(wrap-base-url-subs handler system)

wrap-corsclj

(wrap-cors handler)

Ring-based middleware for supporting CORS requests.

Ring-based middleware for supporting CORS requests.
raw docstring

wrap-directory-resourceclj

(wrap-directory-resource handler system)
(wrap-directory-resource handler system content-type)

wrap-fallback-content-typeclj

(wrap-fallback-content-type handler default-content-type)

wrap-log-requestclj

(wrap-log-request handler)

wrap-log-responseclj

(wrap-log-response handler)

wrap-not-foundclj

(wrap-not-found handler system)

wrap-request-idclj

(wrap-request-id handler)

wrap-resourceclj

(wrap-resource handler system)

wrap-ring-middlewareclj

(wrap-ring-middleware handler system)

wrap-trailing-slashclj

(wrap-trailing-slash handler)

Ring-based middleware forremoving a single trailing slash from the end of the URI, if present.

Ring-based middleware forremoving a single trailing slash from the end of the
URI, if present.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close