Liking cljdoc? Tell your friends :D

turbo.ring


turbo-frame?clj

(turbo-frame? request)

Check if request has the turbo-frame header.

Check if `request` has the `turbo-frame` header.
raw docstring

turbo-stream?clj

(turbo-stream? request)

Check if request has the turbo-stream header.

Check if `request` has the `turbo-stream` header.
raw docstring

wrap-turbo-frameclj

(wrap-turbo-frame handler)

Add the turbo-frame header to the response if the request has a turbo-frame header.

Add the `turbo-frame` header to the response if the request has a
`turbo-frame` header.
raw docstring

wrap-turbo-streamclj

(wrap-turbo-stream handler)

Add the turbo-stream header to the response if the request has a turbo-stream header.

Add the `turbo-stream` header to the response if the request has a
`turbo-stream` header.
raw docstring

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

× close