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. - Client
Builder - Builder for the blocking
Client. - Smart
Browse - The SmartBrowse method namespace, obtained via
Client::smartbrowse.