Overview
Why does skrape{it} provide its own http client implementations?
Last updated
Was this helpful?
Why does skrape{it} provide its own http client implementations?
Last updated
Was this helpful?
Skrape{it} offers an unified, intuitive and DSL-controlled way to make parsing of websites as comfortable as possible.
A Http request is done as easy as in the given example. Just call the skrape
function wherever you want in your code. It will force you to pass a and make further available in the clojure.
Skrape{it} provides different types of Fetchers (aka Http-Clients) that can be passed to its DSL. All of them will execute http requests but each of them handles a different use-case.