Liking cljdoc? Tell your friends :D

io.pedestal.http.route.definition.terse


constraint-map?clj

source

dissoc-whenclj

(dissoc-when pred m)

Dissoc those keys from m whose values in m satisfy pred.

Dissoc those keys from m whose values in m satisfy pred.
sourceraw docstring

expand-constraintcljmultimethod

Expand into additional nodes which reflect constraints and apply them to specs.

Expand into additional nodes which reflect `constraints` and apply
them to specs. 
sourceraw docstring

ExpandableVerbActioncljprotocol

expand-verb-actionclj

(expand-verb-action expandable-verb-action)

Expand expandable-verb-action into a verbose-form verb-map.

Expand `expandable-verb-action` into a verbose-form verb-map.
source

first-ofclj

(first-of p coll)
source

flatten-terse-app-routesclj

(flatten-terse-app-routes route-spec)

Return a vector of maps that are equivalent to the terse routing syntax, but expanded for consumption by the verbose route parser.

Return a vector of maps that are equivalent to the terse routing syntax, but
expanded for consumption by the verbose route parser.
sourceraw docstring

interceptor-vector?clj

source

map-routes->vec-routesclj

(map-routes->vec-routes route-map)

Given a map-based route description, return Pedestal's terse, vector-based routes, with interceptors correctly setup. These generated routes can be consumed by expand-routes

Given a map-based route description,
return Pedestal's terse, vector-based routes, with interceptors correctly setup.
These generated routes can be consumed by `expand-routes`
sourceraw docstring

preamble?clj

source

terse-routesclj

(terse-routes route-spec)
source

valid-handler?clj

source

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

× close