better-fetch 0.5.0

Typed HTTP client layer on top of reqwest — inspired by @better-fetch/fetch
Documentation
1
2
3
4
5
6
7
8
//! Built-in plugins.
//!
//! [`LoggerPlugin`] emits tracing events for requests, responses, retries, and errors.
//! Your application must install a `tracing` subscriber to see output.

pub mod logger;

pub use logger::LoggerPlugin;