Liking cljdoc? Tell your friends :D

lambdaisland.uri


absolute?clj/s

Is the URI absolute? Returns true if the URI has a scheme (protocol), and hence also an origin.

Is the URI absolute? Returns true if the URI has a scheme (protocol), and hence also an origin.
sourceraw docstring

authority-regexclj/s

source

edn-readersclj/s

A map that can be passed to clojure.edn/read, so tagged URI literals are read back correctly.

A map that can be passed to clojure.edn/read, so tagged URI literals are
read back correctly.
sourceraw docstring

edn-tagclj/s

source

joinclj/s

(join & uris)

Joins any number of URIs as per RFC3986. Arguments can be strings, they will be coerced to URI records.

Joins any number of URIs as per RFC3986. Arguments can be strings, they will
be coerced to URI records.
sourceraw docstring

join*clj/s

(join* base ref)

Join two URI records as per RFC 3986. Handles relative URIs.

Join two URI records as per RFC 3986. Handles relative URIs.
sourceraw docstring

parseclj/s

(parse uri)

Parse a URI string into a lambadisland.uri.URI record.

Parse a URI string into a lambadisland.uri.URI record.
sourceraw docstring

relative?clj/s

(relative? uri)

Is the URI relative? Returns true if the URI does not have a scheme (protocol).

Is the URI relative? Returns true if the URI does not have a scheme (protocol).
sourceraw docstring

uriclj/s

(uri uri-like)

Turn the given value into a lambdaisland.uri.URI record, if it isn't one already. Supports String, java.net.URI.

Turn the given value into a lambdaisland.uri.URI record, if it isn't one
already. Supports String, java.net.URI.
sourceraw docstring

uri-regexclj/s

source

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

× close