(make-url &
{:keys [scheme user host port path query fragment]
:or {path [] query {}}})
Convenience constructor for Url.
Convenience constructor for Url.
(string->url string)
Parses a string into a url. Malformed or incomplete urls are supported, and the relevant fields will be left nil.
Parses a string into a url. Malformed or incomplete urls are supported, and the relevant fields will be left nil.
(url->string url)
Gets the string representation of a url. Missing portions are not included in the result.
Gets the string representation of a url. Missing portions are not included in the result.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close