pub type SmartCrawler<P> = Crawler<SmartKind<P>>;
A crawler using SmartKind for HTTP-first browser promotion.
SmartKind
pub struct SmartCrawler<P> { /* private fields */ }