Liking cljdoc? Tell your friends :D

ajax.transit


transit-read-fncljs

(transit-read-fn opts)
source

transit-request-formatcljs

(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-formatcljs

(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-typecljs

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

transit-write-fncljs

(transit-write-fn type opts)
source

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

× close