Liking cljdoc? Tell your friends :D

tech.io.url


extensionclj

(extension str-url)
source

parse-url-argumentsclj

(parse-url-arguments args)
source

parts->file-pathclj

(parts->file-path {:keys [protocol path arguments] :as url-parts})
source

parts->urlclj

(parts->url {:keys [protocol path arguments]})

Returns a string. Not a java url.

Returns a string.  Not a java url.
sourceraw docstring

string-seq->file-pathclj

(string-seq->file-path str-seq)
source

url->file-pathclj

(url->file-path url)
source

url->partsclj

(url->parts url)

It is not a great idea to add custom java url protocls as it involves creating a new stream handler and that is a one-off (per-program) operation thus you would potentially conflict with anyone else who did such a thing: https://stackoverflow.com/questions/26363573/registering-and-using-a-custom-java-net-url-protocol

It is not a great idea to add custom java url protocls as it involves creating
a new stream handler and that is a one-off (per-program) operation thus you would
potentially conflict with anyone else who did such a thing:
https://stackoverflow.com/questions/26363573/registering-and-using-a-custom-java-net-url-protocol
sourceraw docstring

url?clj

(url? url)
source

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

× close