Overview
Why does skrape{it} provide its own http client implementations?
skrape(HttpFetcher) { // <-- pass any Fetcher, e.g. HttpFetcher, BrowserFetcher, ...
request {
// ... request options goes here, e.g the most basic would be url
}
response {
// do stuff with the response like parsing the response body ...
}
}Last updated
Was this helpful?