Skip to main content

Module blocking

Module blocking 

Source
Expand description

Synchronous client, enabled by the blocking cargo feature. Mirrors the async Client surface, wrapping reqwest::blocking and using std::thread::sleep for backoff and the wait helper.

Structsยง

Client
Synchronous webscrape.ai API client. Cheap to Clone.
ClientBuilder
Builder for the blocking Client.
SmartBrowse
The SmartBrowse method namespace, obtained via Client::smartbrowse.