(transit-read-fn request)
(transit-read-fn opts)
(transit-request-format)
(transit-request-format opts)
Returns a Transit request format.
Options include: :writer Explicit Transit writer. If not supplied one will be created using the other options. The default type is :json for ClojureScript and :msgpack for Clojure. :type Override the default transit type with value :json, :json-verbose or :msgpack :handlers Custom Transit handlers (refer to Transit documentation)
Returns a Transit request format. Options include: :writer Explicit Transit writer. If not supplied one will be created using the other options. The default type is :json for ClojureScript and :msgpack for Clojure. :type Override the default transit type with value :json, :json-verbose or :msgpack :handlers Custom Transit handlers (refer to Transit documentation)
(transit-response-format)
(transit-response-format opts)
(transit-response-format type opts)
Returns a Transit response format.
Options include: :reader (CLJS only) Explicit Transit reader. If not supplied one will be created using the other options. :handlers Custom Transit handlers (refer to Transit documentation)
Returns a Transit response format. Options include: :reader (CLJS only) Explicit Transit reader. If not supplied one will be created using the other options. :handlers Custom Transit handlers (refer to Transit documentation)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close