Liking cljdoc? Tell your friends :D

ajax.transit


transit-read-fnclj/s≠

clj
(transit-read-fn request)
cljs
(transit-read-fn opts)
source (clj)source (cljs)

transit-request-formatclj/s

(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)
sourceraw docstring

transit-response-formatclj/s

(transit-response-format)
(transit-response-format opts)
(transit-response-format type opts)

Returns a Transit request 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 request 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)
sourceraw docstring

transit-typeclj/s

(transit-type {:keys [type]})
source

transit-write-fnclj/s

(transit-write-fn type opts)
source (clj)source (cljs)

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

× close