Skip to main content

SmartCrawler

Type Alias SmartCrawler 

Source
pub type SmartCrawler<P> = Crawler<SmartKind<P>>;
Expand description

A crawler using SmartKind for HTTP-first browser promotion.

Aliased Typeยง

pub struct SmartCrawler<P> { /* private fields */ }