Liking cljdoc? Tell your friends :D

bract.ring.keydef


cfg-distributed-trace-wrapper?clj

(cfg-distributed-trace-wrapper? config-map)
(cfg-distributed-trace-wrapper? config-map not-found)

Distributed trace enabled?

Distributed trace enabled?
sourceraw docstring

cfg-health-body-encoderclj

(cfg-health-body-encoder config-map)
(cfg-health-body-encoder config-map not-found)

Function to encode health-check data

Function to encode health-check data
sourceraw docstring

cfg-health-check-urisclj

(cfg-health-check-uris config-map)
(cfg-health-check-uris config-map not-found)

Vector of health check endpoint URIs

Vector of health check endpoint URIs
sourceraw docstring

cfg-health-check-wrapper?clj

(cfg-health-check-wrapper? config-map)
(cfg-health-check-wrapper? config-map not-found)

Health-check enabled?

Health-check enabled?
sourceraw docstring

cfg-health-content-typeclj

(cfg-health-content-type config-map)
(cfg-health-content-type config-map not-found)

Content type for health-check body

Content type for health-check body
sourceraw docstring

cfg-health-http-codesclj

(cfg-health-http-codes config-map)
(cfg-health-http-codes config-map not-found)

Map of health status to HTTP status

Map of health status to HTTP status
sourceraw docstring

cfg-info-body-encoderclj

(cfg-info-body-encoder config-map)
(cfg-info-body-encoder config-map not-found)

Function to encode info data as body

Function to encode info data as body
sourceraw docstring

cfg-info-content-typeclj

(cfg-info-content-type config-map)
(cfg-info-content-type config-map not-found)

Content type for info body

Content type for info body
sourceraw docstring

cfg-info-endpoint-urisclj

(cfg-info-endpoint-uris config-map)
(cfg-info-endpoint-uris config-map not-found)

Vector of info endpoint URIs

Vector of info endpoint URIs
sourceraw docstring

cfg-info-endpoint-wrapper?clj

(cfg-info-endpoint-wrapper? config-map)
(cfg-info-endpoint-wrapper? config-map not-found)

Info endpoint enabled?

Info endpoint enabled?
sourceraw docstring

cfg-params-normalize-functionclj

(cfg-params-normalize-function config-map)
(cfg-params-normalize-function config-map not-found)

Function to normalize request params

Function to normalize request params
sourceraw docstring

cfg-params-normalize-wrapper?clj

(cfg-params-normalize-wrapper? config-map)
(cfg-params-normalize-wrapper? config-map not-found)

Params normalize enabled?

Params normalize enabled?
sourceraw docstring

cfg-ping-content-typeclj

(cfg-ping-content-type config-map)
(cfg-ping-content-type config-map not-found)

Content type for ping body

Content type for ping body
sourceraw docstring

cfg-ping-endpoint-bodyclj

(cfg-ping-endpoint-body config-map)
(cfg-ping-endpoint-body config-map not-found)

String body for ping response

String body for ping response
sourceraw docstring

cfg-ping-endpoint-urisclj

(cfg-ping-endpoint-uris config-map)
(cfg-ping-endpoint-uris config-map not-found)

Vector of ping endpoint URIs

Vector of ping endpoint URIs
sourceraw docstring

cfg-ping-endpoint-wrapper?clj

(cfg-ping-endpoint-wrapper? config-map)
(cfg-ping-endpoint-wrapper? config-map not-found)

Ping endpoint enabled?

Ping endpoint enabled?
sourceraw docstring

cfg-server-optionsclj

(cfg-server-options config-map)
(cfg-server-options config-map not-found)

Ring web server options

Ring web server options
sourceraw docstring

cfg-trace-parent-id-headerclj

(cfg-trace-parent-id-header config-map)
(cfg-trace-parent-id-header config-map not-found)

HTTP header for parent ID

HTTP header for parent ID
sourceraw docstring

cfg-trace-parent-id-request-keyclj

(cfg-trace-parent-id-request-key config-map)
(cfg-trace-parent-id-request-key config-map not-found)

Request key to store parent ID at

Request key to store parent ID at
sourceraw docstring

cfg-trace-span-id-request-keyclj

(cfg-trace-span-id-request-key config-map)
(cfg-trace-span-id-request-key config-map not-found)

Request key to store span ID at

Request key to store span ID at
sourceraw docstring

cfg-trace-trace-id-headerclj

(cfg-trace-trace-id-header config-map)
(cfg-trace-trace-id-header config-map not-found)

HTTP header for trace ID

HTTP header for trace ID
sourceraw docstring

cfg-trace-trace-id-request-keyclj

(cfg-trace-trace-id-request-key config-map)
(cfg-trace-trace-id-request-key config-map not-found)

Request key to store trace ID at

Request key to store trace ID at
sourceraw docstring

cfg-trace-trace-id-required?clj

(cfg-trace-trace-id-required? config-map)
(cfg-trace-trace-id-required? config-map not-found)

Is trace ID required?

Is trace ID required?
sourceraw docstring

cfg-trace-trace-id-validatorclj

(cfg-trace-trace-id-validator config-map)
(cfg-trace-trace-id-validator config-map not-found)

Validator (fn [trace-id]) -> error?

Validator (fn [trace-id]) -> error?
sourceraw docstring

cfg-traffic-drain-conn-close?clj

(cfg-traffic-drain-conn-close? config-map)
(cfg-traffic-drain-conn-close? config-map not-found)

Send 'conn close' header?

Send 'conn close' header?
sourceraw docstring

cfg-traffic-drain-wrapper?clj

(cfg-traffic-drain-wrapper? config-map)
(cfg-traffic-drain-wrapper? config-map not-found)

Traffic-drain enabled?

Traffic-drain enabled?
sourceraw docstring

cfg-traffic-log-wrapper-optionsclj

(cfg-traffic-log-wrapper-options config-map)
(cfg-traffic-log-wrapper-options config-map not-found)

Option map for traffic-log-wrapper

Option map for traffic-log-wrapper
sourceraw docstring

cfg-traffic-log-wrapper?clj

(cfg-traffic-log-wrapper? config-map)
(cfg-traffic-log-wrapper? config-map not-found)

Traffic log enabled?

Traffic log enabled?
sourceraw docstring

cfg-unexpected->500-wrapper?clj

(cfg-unexpected->500-wrapper? config-map)
(cfg-unexpected->500-wrapper? config-map not-found)

Unexpected->500 enabled?

Unexpected->500 enabled?
sourceraw docstring

cfg-unexpected-exception-fnclj

(cfg-unexpected-exception-fn config-map)
(cfg-unexpected-exception-fn config-map not-found)

Fn (fn [req ex]) to handle exception

Fn (fn [req ex]) to handle exception
sourceraw docstring

cfg-unexpected-response-fnclj

(cfg-unexpected-response-fn config-map)
(cfg-unexpected-response-fn config-map not-found)

Fn (fn [req res cause]) for bad responses

Fn (fn [req res cause]) for bad responses
sourceraw docstring

cfg-uri-prefix-backup-keyclj

(cfg-uri-prefix-backup-key config-map)
(cfg-uri-prefix-backup-key config-map not-found)

Backup key in request map to save URI

Backup key in request map to save URI
sourceraw docstring

cfg-uri-prefix-backup-uri?clj

(cfg-uri-prefix-backup-uri? config-map)
(cfg-uri-prefix-backup-uri? config-map not-found)

Backup original URI?

Backup original URI?
sourceraw docstring

cfg-uri-prefix-match-tokenclj

(cfg-uri-prefix-match-token config-map)
(cfg-uri-prefix-match-token config-map not-found)

URI prefix to be matched

URI prefix to be matched
sourceraw docstring

cfg-uri-prefix-match-wrapper?clj

(cfg-uri-prefix-match-wrapper? config-map)
(cfg-uri-prefix-match-wrapper? config-map not-found)

URI prefix match enabled?

URI prefix match enabled?
sourceraw docstring

cfg-uri-prefix-strip-prefix?clj

(cfg-uri-prefix-strip-prefix? config-map)
(cfg-uri-prefix-strip-prefix? config-map not-found)

Strip prefix from the URI?

Strip prefix from the URI?
sourceraw docstring

cfg-uri-trailing-slash-actionclj

(cfg-uri-trailing-slash-action config-map)
(cfg-uri-trailing-slash-action config-map not-found)

Action keyword :add or :remove

Action keyword :add or :remove
sourceraw docstring

cfg-uri-trailing-slash-wrapper?clj

(cfg-uri-trailing-slash-wrapper? config-map)
(cfg-uri-trailing-slash-wrapper? config-map not-found)

URI trailing slash enabled?

URI trailing slash enabled?
sourceraw docstring

ctx-ring-handlerclj

(ctx-ring-handler config-map)
(ctx-ring-handler config-map not-found)

Application Ring handler

Application Ring handler
sourceraw docstring

ctx-server-optionsclj

(ctx-server-options config-map)
(ctx-server-options config-map not-found)

Ring server options

Ring server options
sourceraw docstring

ctx-server-starterclj

(ctx-server-starter config-map)
(ctx-server-starter config-map not-found)

Ring server starter (fn [handler options]) -> (fn stopper [])

Ring server starter (fn [handler options]) -> (fn stopper [])
sourceraw docstring

ctx-server-stopperclj

(ctx-server-stopper config-map)
(ctx-server-stopper config-map not-found)

Ring server stopper (fn [context (fn stopper [])]) -> context

Ring server stopper (fn [context (fn stopper [])]) -> context
sourceraw docstring

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

× close