Crate wreq_util

Crate wreq_util 

Source
Expand description

§wreq-util

A collection of utilities to do common things with wreq.

Crates.io Documentation License: GPL-3.0

See the crate documentation for more details.

§Overview

wreq-util offers a set of tower middleware and utilities designed specifically for the wreq HTTP client:

  • Emulation various mainstream browsers (Chrome, Firefox, Safari, Opera, OkHttp) and their versions.

  • Delay/JitterDelay: Add fixed or jittered delays to HTTP request with customizable strategies and predicates.

§Compatibility

  • Integrates with the tower-service ecosystem and can be combined with other tower middleware.
  • Suitable for wreq HTTP client project.

§Contributing

Contributions are welcome! Please open submit pull requests on the GitHub repository.

§License

wreq-util © 0x676e67, Released under the GPL-3.0 License.

Re-exports§

pub use self::emulation::Emulation;emulation
pub use self::emulation::EmulationOS;emulation
pub use self::emulation::EmulationOption;emulation

Modules§

emulationemulation
tower
Tower middleware helpers for wreq.