net.http.common

+default-config+

-create-server

multimethod

added in 0.5

multimethod entrypoint for server construction

-read-body

multimethod

added in 0.5

reads the body of the request can be expanded

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

-read-value

multimethod

added in 0.5

read the string value of the datastructure according to format

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

-write-value

multimethod

added in 0.5

writes the string value of the datastructure according to format

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