rustycrawl-http-client
A small reqwest-like HTTP client built on Hyper.
Features include:
- automatic cookie storage, enabled by default;
- standard HTTP and HTTPS networking through Tokio and rustls;
- Hyper connection pooling with configurable idle timeout and per-host limit;
- request builders, default headers, timeouts, JSON bodies, and JSON responses;
- support for caller-provided Hyper-compatible request services.
use standard_client;
# async
License
Licensed under either Apache-2.0 or MIT, at your option.