Skip to main content

Module blocking

Module blocking 

Source
Expand description

Blocking API mirror of the top-level async API.

Structs§

Client
Blocking client carrying reusable fetch defaults.
ClientBuilder
Builder for Client.

Functions§

crawl
Crawl a site and collect all results (blocking).
crawl_each
Crawl a site, invoking on_page for each result as it arrives (blocking).
extract_json
Fetch a URL and return structured JSON (blocking).
fetch
Fetch a single page via the embedded Servo engine (blocking).
map
Discover URLs on a site via sitemaps and link extraction (blocking).
markdown
Fetch a URL and return readable Markdown (blocking).
text
Fetch a URL and return plain text (document.body.innerText) (blocking).