Skip to main content

HttpCrawler

Type Alias HttpCrawler 

Source
pub type HttpCrawler = Crawler<HttpKind>;
Expand description

A crawler using HttpKind to fetch raw HTTP responses.

Aliased Typeยง

pub struct HttpCrawler { /* private fields */ }