Liking cljdoc? Tell your friends :D

calfpath.internal


as-uri-templateclj

(as-uri-template uri-pattern-or-template)
source

assoc-uri-match-end-indexclj

(assoc-uri-match-end-index request end-index)
source

conj-mapsclj

(conj-maps old-map new-map)

Merge two maps efficiently using conj.

Merge two maps efficiently using conj.
sourceraw docstring

default-separatorclj

source

expectedclj

(expected expectation found)
(expected pred expectation found)
source

get-uri-match-end-indexclj

(get-uri-match-end-index request)
source

invokeclj

(invoke f)
(invoke f x)
(invoke f x y)
(invoke f x y & args)

Invoke first arg as a function on remaing args.

Invoke first arg as a function on remaing args.
sourceraw docstring

method-dispatchcljmacro

(method-dispatch method-keyword request expr)
(method-dispatch method-keyword request expr default-expr)
source

parse-uri-templateclj

(parse-uri-template marker-char pattern)

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

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

path-paramsclj

source

reduce-mkvclj

(reduce-mkv f init m)

Same as clojure.core/reduce-kv for java.util.Map instances.

Same as clojure.core/reduce-kv for java.util.Map instances.
sourceraw docstring

uri-match-end-indexclj

source

valid-method-keysclj

source

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

× close