Liking cljdoc? Tell your friends :D

org.bovinegenius.exploding-fish.constructor


authorityclj

(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.
raw docstring

prepare-mapclj

(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.
raw docstring

scheme-specificclj

(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.
raw docstring

uri-stringclj

(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.
raw docstring

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

× close