Liking cljdoc? Tell your friends :D

cemerick.uri


map->queryclj/s

(map->query m)

query->mapclj/s

(query->map qstr)

split-paramclj/s

(split-param param)

translate-defaultcljs

(translate-default s old-default new-default)

uriclj/s

(uri uri)
(uri base-uri & path-segments)

Returns a new URI record for the given uri string(s).

The first argument must be a base uri — either a complete uri string, or a pre-existing URI record instance that will serve as the basis for the new URI. Any additional arguments must be strings, which are interpreted as relative paths that are successively resolved against the base uri's path to construct the final :path in the returned URI record.

This function does not perform any uri-encoding. Use uri-encode to encode URI path segments as desired before passing them into this fn.

Returns a new URI record for the given uri string(s).

The first argument must be a base uri — either a complete uri string, or
a pre-existing URI record instance that will serve as the basis for the new
URI.  Any additional arguments must be strings, which are interpreted as
relative paths that are successively resolved against the base uri's path
to construct the final :path in the returned URI record. 

This function does not perform any uri-encoding.  Use `uri-encode` to encode
URI path segments as desired before passing them into this fn.
raw docstring

uri-decodeclj/s≠

clj
(uri-decode string)
(uri-decode string encoding)
cljs
(uri-decode string)

uri-encodeclj/s

(uri-encode string)

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

× close