pub type HttpCrawler = Crawler<HttpKind>;
A crawler using HttpKind to fetch raw HTTP responses.
HttpKind
pub struct HttpCrawler { /* private fields */ }