(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |