(turbo-frame? request)
Check if request
has the turbo-frame
header.
Check if `request` has the `turbo-frame` header.
(turbo-stream? request)
Check if request
has the turbo-stream
header.
Check if `request` has the `turbo-stream` header.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close