Liking cljdoc? Tell your friends :D

org.euandre.misc.edn.urx

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

string->uriclj/s

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

string->urlclj/s

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

url?clj/s

(url? x)

Checks if the given input is a valid cemerick.url.URL.

Checks if the given input is a valid `cemerick.url.URL`.
raw docstring

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

× close