Liking cljdoc? Tell your friends :D

macchiato.middleware.content-type

Middleware for automatically adding a content type to response maps.

Middleware for automatically adding a content type to response maps.
raw docstring

macchiato.middleware.default-charset

Middleware for automatically adding a charset to the content-type header in response maps.

Middleware for automatically adding a charset to the content-type header in
response maps.
raw docstring

macchiato.middleware.flash

Middleware that adds session-based flash store that persists only to the next request in the same session.

Middleware that adds session-based flash store that persists only to the
next request in the same session.
raw docstring

macchiato.middleware.head

Middleware to simplify replying to HEAD requests. A response to a HEAD request should be identical to a GET request, with the exception that a response to a HEAD request should have an empty body.

Middleware to simplify replying to HEAD requests.
A response to a HEAD request should be identical to a GET request, with the
exception that a response to a HEAD request should have an empty body.
raw docstring

macchiato.middleware.keyword-params

Middleware that converts parameter keys in the request to keywords.

Middleware that converts parameter keys in the request to keywords.
raw docstring

macchiato.middleware.not-modified

Middleware that returns a 304 Not Modified response for responses with Last-Modified headers.

Middleware that returns a 304 Not Modified response for responses with Last-Modified headers.
raw docstring

macchiato.middleware.resource

Middleware for serving static resources.

Middleware for serving static resources.
raw docstring

macchiato.middleware.session.memory

A session storage engine that stores session data in memory.

A session storage engine that stores session data in memory.
raw docstring

macchiato.middleware.session.store

protocol for defining session storage engines.

protocol for defining session storage engines.
raw docstring

macchiato.util.mime-type

Utility functions for determining the mime-types files.

Utility functions for determining the mime-types files.
raw docstring

macchiato.util.request

Functions for augmenting and pulling information from request maps.

Functions for augmenting and pulling information from request maps.
raw docstring

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

× close