Liking cljdoc? Tell your friends :D

blueprint.handler.request-id


add-to-headersclj

(add-to-headers exposed-id-header ctx)

interceptorclj

An interceptor which adds a request ID, by default generates a random UUID accepts :blueprint.handler/id-generator in configuration, a 0-arity function to produce request IDs

An interceptor which adds a request ID, by default generates a random UUID
accepts `:blueprint.handler/id-generator` in configuration, a 0-arity
function to produce request IDs
raw docstring

request-id-builderclj

(request-id-builder this
                    {:blueprint.handler/keys [id-generator exposed-id-header]})

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

× close