Liking cljdoc? Tell your friends :D

tupelo.pedestal

Utils for Pedestal

Utils for Pedestal
raw docstring

acceptclj/s

source

application-ednclj/s

source

application-jsonclj/s

source

application-xmlclj/s

source

content-security-policyclj/s

source

content-typeclj/s

source

Contextclj

source

context-keys-baseclj

source

context?clj

(context? map-in)

Inputs: [map-in :- tsk/KeyMap] Returns: s/Bool

Inputs: [map-in :- tsk/KeyMap]
Returns: s/Bool
sourceraw docstring

definterceptorcljmacro

(definterceptor name ctx)

Creates a Pedestal interceptor given a name and a map like (definterceptor my-intc {:enter <enter-fn> :leave <leave-fn>} :error <error-fn>} )

Creates a Pedestal interceptor given a name and a map like
(definterceptor my-intc
  {:enter  <enter-fn>
   :leave  <leave-fn>}
   :error  <error-fn>} ) 
sourceraw docstring

definterceptor-implclj

(definterceptor-impl name ctx)
source

interceptor?clj

(interceptor? map-in)

Inputs: [map-in :- tsk/KeyMap] Returns: s/Bool

Inputs: [map-in :- tsk/KeyMap]
Returns: s/Bool
sourceraw docstring

locationclj/s

source

Requestclj

source

request-keys-baseclj

source

request?clj

(request? map-in)

Inputs: [map-in :- tsk/KeyMap] Returns: s/Bool

Inputs: [map-in :- tsk/KeyMap]
Returns: s/Bool
sourceraw docstring

strict-transport-securityclj/s

source

table-routeclj

(table-route route-map)

Inputs: [route-map :- TableRouteInfo] Returns: tsk/Tuple

Creates a Pedestal table-route entry from a context map.

Inputs: [route-map :- TableRouteInfo]
Returns: tsk/Tuple

Creates a Pedestal table-route entry from a context map.
sourceraw docstring

TableRouteInfoclj

source

text-htmlclj/s

source

text-plainclj/s

source

x-content-type-optionsclj/s

source

x-download-optionsclj/s

source

x-frame-optionsclj/s

source

x-permitted-cross-domain-policiesclj/s

source

x-xss-protectionclj/s

source

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

× close