Liking cljdoc? Tell your friends :D

hara.net.http.common


+default-config+clj


-create-servercljmultimethod

multimethod entrypoint for server construction

multimethod entrypoint for server construction
raw docstring

-read-bodycljmultimethod

reads the body of the request can be expanded

(-read-body "{:a 1}" :edn) => {:a 1}

reads the body of the request can be expanded

(-read-body "{:a 1}" :edn)
=> {:a 1}
raw docstring

-read-valuecljmultimethod

read the string value of the datastructure according to format

(-read-value "{:a 1}" :edn) => {:a 1}

read the string value of the datastructure according to format

(-read-value "{:a 1}" :edn)
=> {:a 1}
raw docstring

-write-valuecljmultimethod

writes the string value of the datastructure according to format

(-write-value {:a 1} :edn) => "{:a 1}"

writes the string value of the datastructure according to format

(-write-value {:a 1} :edn)
=> "{:a 1}"
raw docstring

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

× close