Based on this excellent guide: http://pedestal.io/guides/hello-world-content-types
Based on this excellent guide: http://pedestal.io/guides/hello-world-content-types
(html render-fn)
Return an interceptor that will pass the context to the provided
function render-fn
and return it's result as a text/html response.
Return an interceptor that will pass the context to the provided function `render-fn` and return it's result as a text/html response.
(ok ctx body)
Return the context ctx
with response body
and status 200
Return the context `ctx` with response `body` and status 200
(ok-html ctx body)
Return the context ctx
with response body
, status 200
and the Content-Type header set to text/html
Return the context `ctx` with response `body`, status 200 and the Content-Type header set to `text/html`
(ok-xml ctx body)
Return the context ctx
with response body
, status 200
and the Content-Type header set to text/xml
Return the context `ctx` with response `body`, status 200 and the Content-Type header set to `text/xml`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close