wreq-util

Crates.iowreq-util
lib.rswreq-util
version3.0.0-rc.9
created_at2025-06-03 10:12:54.373622+00
updated_at2025-12-30 06:35:09.562212+00
descriptionCommon utilities for wreq
homepage
repositoryhttps://github.com/0x676e67/wreq-util
max_upload_size
id1698833
size270,937
(0x676e67)

documentation

https://docs.rs/wreq-util

README

wreq-util

A collection of utilities to do common things with wreq.

Crates.io Documentation Crates.io License

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 LGPL-3.0 License.

Commit count: 102

cargo fmt