Liking cljdoc? Tell your friends :D

bidi-tools.core


FormEncodeablecljsprotocol

form-encodecljs

(form-encode x)
source

get-handlerscljs

(get-handlers routes)
source

get-query-paramscljs

(get-query-params route path params)
source

IBidiIdentitycljsprotocol

bidi-identitycljs

(bidi-identity this)
source

match-route-with-querycljs

(match-route-with-query routes path & {:keys [query-params-schema]})
source

path-with-query-forcljs

(path-with-query-for route handler query-params-schema & {:as all-params})

Like path-for, but extra parameters will be appended to the url as query parameters rather than silently ignored

Like path-for, but extra parameters will be appended to the url as query parameters
rather than silently ignored
sourceraw docstring

pr-routescljs

(pr-routes routes)
source

query-paramcljs

(query-param schema reader writer)
source

query-string->paramscljs

(query-string->params q)
(query-string->params q schema)
source

QueryParamcljs

source

read-query-paramscljs

(read-query-params params schema)
source

url-forcljs

(url-for routes handler params)
(url-for routes handler params query-params-schema)
source

write-query-paramscljs

(write-query-params params schema)
source

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

× close