Liking cljdoc? Tell your friends :D

calfpath.route.uri-index-match

Internal namespace to implement URI-index based URI match.

Internal namespace to implement URI-index based URI match.
raw docstring

calfpath-context-keyclj/s

Request key for token context

Request key for token context
sourceraw docstring

FULL-URI-MATCH-INDEXclj/s

source

get-calfpath-contextclj/s

(get-calfpath-context request)
source

match-dynamic-uri-fullclj/s

(match-dynamic-uri-full request uri-template params-key)
source

match-dynamic-uri-partialclj/s

(match-dynamic-uri-partial request uri-template params-key)
source

match-static-uri-fullclj/s

(match-static-uri-full request static-tokens params-key)
source

match-static-uri-partialclj/s

(match-static-uri-partial request static-tokens params-key)
source

NO-URI-MATCH-INDEXclj/s

source

parse-uri-templateclj/s

(parse-uri-template uri-pattern)

Given a URI pattern string, e.g. '/user/:id/profile/:descriptor/' parse it and return a vector [tokens partial?] of alternating string and keyword tokens, e.g. [['/user/' :id '/profile/' :descriptor '/'] false]. Marker char is ':'.

Given a URI pattern string, e.g. '/user/:id/profile/:descriptor/' parse it and return a vector [tokens partial?] of
alternating string and keyword tokens, e.g. [['/user/' :id '/profile/' :descriptor '/'] false]. Marker char is ':'.
sourceraw docstring

prepare-requestclj/s

(prepare-request request path-params-key)
source

route-matcherclj/s

source

update-path-paramsclj/s

(update-path-params request path-params-key)

Update request with path params after a successful match.

Update request with path params after a successful match.
sourceraw docstring

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

× close