Liking cljdoc? Tell your friends :D

io.pedestal.http.content-negotiation


best-matchclj

(best-match match-fn parsed-accept-maps)
source

best-match-fnclj

(best-match-fn supported-type-strs)
source

negotiate-contentclj

(negotiate-content supported-type-strs)
(negotiate-content supported-type-strs opts-map)

Given a vector of strings (supported types mime-types) and optionally a map of additional options, return an interceptor that will parse client-request response formats, and add an :accept key on the request, of the most acceptable response format.

The format of the :accept value is a map containing :field, :type, and :subtype - all strings

Additional options: :no-match-fn - A function that takes a context; Called when no acceptable format/mime-type is found :content-param-paths - a vector of vectors; paths into the context to find 'accept' format strings

Given a vector of strings (supported types mime-types) and
optionally a map of additional options,
return an interceptor that will parse client-request response formats,
and add an `:accept` key on the request, of the most acceptable response format.

The format of the `:accept` value is a map containing :field, :type, and :subtype - all strings

Additional options:
 :no-match-fn - A function that takes a context; Called when no acceptable format/mime-type is found
 :content-param-paths - a vector of vectors; paths into the context to find 'accept' format strings
sourceraw docstring

parse-accept-*clj

(parse-accept-* accept-str)
source

parse-accept-elementclj

(parse-accept-element accept-elem-str)
source

weighted-accept-qsclj

(weighted-accept-qs supported-types accept-elem)
source

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

× close