(map->query m)
(query->map qstr)
(split-param param)
(translate-default s old-default new-default)
(url url)
(url base-url & path-segments)
Returns a new URL record for the given url string(s).
The first argument must be a base url — either a complete url string, or a pre-existing URL record instance that will serve as the basis for the new URL. Any additional arguments must be strings, which are interpreted as relative paths that are successively resolved against the base url's path to construct the final :path in the returned URL record.
This function does not perform any url-encoding. Use url-encode
to encode
URL path segments as desired before passing them into this fn.
Returns a new URL record for the given url string(s). The first argument must be a base url — either a complete url string, or a pre-existing URL record instance that will serve as the basis for the new URL. Any additional arguments must be strings, which are interpreted as relative paths that are successively resolved against the base url's path to construct the final :path in the returned URL record. This function does not perform any url-encoding. Use `url-encode` to encode URL path segments as desired before passing them into this fn.
(url-decode string)
(url-encode string)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close