Url management See lambdaisland.uri for useful functions And see the RFC for references
Url management See [lambdaisland.uri](https://cljdoc.org/d/lambdaisland/uri/1.15.125/doc/readme) for useful functions And see the [RFC](https://www.ietf.org/rfc/rfc3986.txt) for references
(compare-locations & urls)
Is the url given as a parameter the current location? Params:
urls
- sequence of url you want to compareIs the url given as a parameter the current location? Params: * `urls` - sequence of url you want to compare
(extract-tld-from-host url)
Extract the tld from an host Params:
url
- url to parseExtract the tld from an host Params: * `url` - url to parse
(parse-queries url)
Parse queries to get the parameters Params:
url
- url to parseParse queries to get the parameters Params: * `url` - url to parse
According to RFC3986 page 12: gen-delims = : / ? # [ ] @ sub-delims = ! $ & ' ( ) * + , ; =
According to [RFC3986 page 12](https://www.ietf.org/rfc/rfc3986.txt): gen-delims = : / ? # [ ] @ sub-delims = ! $ & ' ( ) * + , ; =
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close