Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

clout.core

A small language for routing.

A small language for routing.
raw docstring

CompiledRoutecljs

source

Routeclj/s≠protocol

route-matchesclj/s

(route-matches route request)

If the route matches the supplied request, the matched keywords are returned as a map. Otherwise, nil is returned.

If the route matches the supplied request, the matched keywords are
returned as a map. Otherwise, nil is returned.
source

route-compileclj/s

(route-compile path)
(route-compile path regexs)

Compile a route string for more efficient route matching.

Compile a route string for more efficient route matching.
sourceraw docstring

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

× close