Liking cljdoc? Tell your friends :D

ring.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

not-modified-responseclj

(not-modified-response response request)

Returns 304 or original response based on response and request. See: wrap-not-modified.

Returns 304 or original response based on response and request.
See: wrap-not-modified.
raw docstring

wrap-not-modifiedclj

(wrap-not-modified handler)

Middleware that returns a 304 Not Modified from the wrapped handler if the handler response has an ETag or Last-Modified header, and the request has a If-None-Match or If-Modified-Since header that matches the response.

Middleware that returns a 304 Not Modified from the wrapped handler if the
handler response has an ETag or Last-Modified header, and the request has a
If-None-Match or If-Modified-Since header that matches the response.
raw docstring

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

× close