Module http

Source
Expand description

Request builder & response parsers for other http libraries.

§Supported libraries

To enable support for the required library, you need to add this feature to your Cargo.toml. Now only one library is supported - reqwest. But you can also add support for other libraries.

Modules§

reqwest
Support for reqwest library.

Constants§

DEFAULT_USER_AGENT
User agent of this crate.

Traits§

RobotsTxtClient
Trait to fetch and parse the robots.txt file. Must be implemented on http-client.