Liking cljdoc? Tell your friends :D

catacumba.impl.handlers


adaptercljmultimethod

A polymorphic function for adapt catacumba handlers to ratpack compatible handlers.

The dispatch is done by :handler-type key in the metadata found on the given var or anonymous handler.

A polymorphic function for adapt catacumba
handlers to ratpack compatible handlers.

The dispatch is done by `:handler-type` key in the
metadata found on the given var or anonymous
handler.
sourceraw docstring

IHandlerResponsecljprotocol

-handle-responseclj

(-handle-response _ context)

Handle the ratpack handler response.

Handle the ratpack handler response.
source

ISendcljprotocol

-sendclj

(-send data ctx)

Send data.

Send data.
source

send!clj

(send! context data)
source

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

× close