Liking cljdoc? Tell your friends :D

fastlane.core


build-transit-transport-using-typeclj

(build-transit-transport-using-type transit-type)

Returns a functions with a Transport implementation that serializes messages over the given Socket or InputStream/OutputStream with Transit using transit-type.

Returns a functions with a Transport implementation that serializes
messages over the given Socket or InputStream/OutputStream with Transit
using `transit-type`.
sourceraw docstring

transit+jsonclj

Returns a Transport implementation that serializes messages over the given Socket or InputStream/OutputStream with Transit using json.

Returns a Transport implementation that serializes messages
over the given Socket or InputStream/OutputStream with Transit
using json.
sourceraw docstring

transit+json-verboseclj

Returns a Transport implementation that serializes messages over the given Socket or InputStream/OutputStream with Transit using json-verbose.

Returns a Transport implementation that serializes messages
over the given Socket or InputStream/OutputStream with Transit
using json-verbose.
sourceraw docstring

transit+msgpackclj

Returns a Transport implementation that serializes messages over the given Socket or InputStream/OutputStream with Transit using msgpack.

Returns a Transport implementation that serializes messages
over the given Socket or InputStream/OutputStream with Transit
using msgpack.
sourceraw docstring

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

× close