(authority {:keys [user-info host port]})
Takes a map with :user-info, :host, and :port keys, and returns a string.
Takes a map with :user-info, :host, and :port keys, and returns a string.
(prepare-map {:keys [scheme scheme-relative fragment] :as uri-data})
Takes a map representing a URI, and populates missing data.
Takes a map representing a URI, and populates missing data.
(scheme-specific {:keys [authority path query] :as m})
Takes a map with :authority, :path, and :query keys, and returns a string.
Takes a map with :authority, :path, and :query keys, and returns a string.
(uri-string {:keys [scheme scheme-relative fragment] :as uri-data})
Takes a map representing a URI, and returns a string.
Takes a map representing a URI, and returns a string.
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 |