(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |