edn readers and custom printers for lambdaisland.uri.URI
and cemerick.url.URL
.
edn readers and custom printers for `lambdaisland.uri.URI` and `cemerick.url.URL`.
Builds and lambdaisland.uri.URI
instance from a given string.
Used for custom edn tags, placed inside data_readers.clj
file.
Builds and `lambdaisland.uri.URI` instance from a given string. Used for custom edn tags, placed inside `data_readers.clj` file.
(string->url url-string)
Builds and cemerick.url.URL
instance from a given string.
Used for custom edn tags, placed inside data_readers.clj
file.
Builds and `cemerick.url.URL` instance from a given string. Used for custom edn tags, placed inside `data_readers.clj` file.
(url? x)
Checks if the given input is a valid cemerick.url.URL
.
Checks if the given input is a valid `cemerick.url.URL`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close