rquest-0.11.102 has been yanked.
rquest
An ergonomic, batteries included HTTP/WebSocket Rust client with TLS/JA3/JA4/HTTP2 fingerprinting impersonate
- 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 Error;
use Message;
use ;
use ;
async
Requirements
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
MIT license (LICENSE or http://opensource.org/licenses/MIT)
Sponsors
Support this project by becoming a sponsor.