Liking cljdoc? Tell your friends :D

org.bovinegenius.exploding-fish.parser


authorityclj

(authority authority)

Parse the authority part into user-info, hostname, and port parts.

Parse the authority part into user-info, hostname, and port parts.
raw docstring

clean-mapclj

(clean-map data)
(clean-map data keys)

Remove keys that have a nil value, and that are in the given set.

Remove keys that have a nil value, and that are in the given set.
raw docstring

genericclj

(generic uri)

Takes a URI string and parses it into scheme, scheme-relative, and fragment parts.

Takes a URI string and parses it into scheme, scheme-relative,
and fragment parts.
raw docstring

relative?clj

(relative? uri)

Check if the URI string is relative.

Check if the URI string is relative.
raw docstring

scheme-specificclj

(scheme-specific ssp)

Parse the scheme specific part into authority, path, and query parts.

Parse the scheme specific part into authority, path, and query
parts.
raw docstring

uriclj

(uri uri)

Parse a URI string.

Parse a URI string.
raw docstring

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

× close