Liking cljdoc? Tell your friends :D

calfpath.route.uri-token-match

Internal namespace to implement URI-tokens based URI match.

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

calfpath-context-keyclj/s

Request key for token context

Request key for token context
sourceraw docstring

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

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 string and keyword tokens, e.g. [['user' :id 'profile' :descriptor ''] false]. The marker char is ':'.

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

parse-uri-tokensclj/s

(parse-uri-tokens uri)
source

parse-uri-tokens*clj/s

(parse-uri-tokens* uri)
source

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)
source

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

× close