Liking cljdoc? Tell your friends :D

clementine.core

Lightweight web crawler with an aritrary handler.

Lightweight web crawler with an aritrary handler.
raw docstring

crawlclj

(crawl config)
source

fetch-domclj

(fetch-dom url)

Retrieves DOM at given url

Retrieves DOM at given url
sourceraw docstring

fetch-urlsclj

(fetch-urls url link-selector)

Fetches urls on page

Fetches urls on page
sourceraw docstring

go-crawlclj

(go-crawl url handler link-selector max-depth visiting visited)

Passes all reachable urls from url to handler fn

Passes all reachable urls from url to handler fn
sourceraw docstring

http-optsclj

source

is-httpclj

(is-http url)

Returns true iff url is valid and uses http

Returns true iff url is valid and uses http
sourceraw docstring

resolve-pathclj

(resolve-path url other)
source

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

× close