rquest-0.20.0 has been yanked.
rquest
An ergonomic, batteries included HTTP/WebSocket Rust client with TLS/JA3/JA4/HTTP2 fingerprint impersonate, based on reqwest.
- Impersonate Chrome / Safari / Edge / OkHttp
- Plain bodies, JSON, urlencoded, multipart
- Customizable redirect policy
HTTPProxiesHTTPS/WebSocketvia BoringSSL- Cookie Store
- Changelog
Additional learning resources include:
Usage
This asynchronous example uses Tokio and enables some
optional features, so your Cargo.toml could look like this:
- HTTP
[]
= { = "1", = ["full"] }
= "0.11"
use Error;
use Impersonate;
async
- WebSocket
[]
= { = "1", = ["full"] }
= { = "0.11", = ["websocket"] }
use ;
use ;
use Error;
async
Requirement
Install the environment required to build BoringSSL
Do not compile with crates that depend on OpenSSL; their prefixing symbols are the same and may cause linking failures.
Contributing
If you would like to submit your contribution, please open a Pull Request.
Getting help
Your question might already be answered on the issues
License
Apache-2.0 License (LICENSE
Sponsors
Support this project by becoming a sponsor.