Liking cljdoc? Tell your friends :D

automaton-core.url

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

compare-locationsclj/s

(compare-locations & urls)

Is the url given as a parameter the current location? Params:

  • urls - sequence of url you want to compare
Is the url given as a parameter the current location?
Params:
* `urls` - sequence of url you want to compare
raw docstring

extract-tld-from-hostclj/s

(extract-tld-from-host url)

Extract the tld from an host Params:

  • url - url to parse
Extract the tld from an host
Params:
* `url` - url to parse
raw docstring

parse-queriesclj/s

(parse-queries url)

Parse queries to get the parameters Params:

  • url - url to parse
Parse queries to get the parameters
Params:
* `url` - url to parse
raw docstring

url-delimsclj/s

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  = ! $ & ' ( ) * + , ; =
raw docstring

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

× close