Skip to main content

Module client

Module client 

Source
Expand description

HTTP 客户端抽象 trait

HttpClient trait 定义了所有 HTTP 后端必须实现的统一接口。 具体的实现(如 ReqwestClient、WreqClient、ChromeClient)位于 crawlkit-fetcher crate。

Traits§

HttpClient
HTTP 客户端抽象 trait