uxum 0.9.3

Opinionated backend service framework based on axum
Documentation
1
2
3
4
5
6
7
8
9
10
//! Instrumented HTTP client.
//!
//! Uses [`reqwest`] internally.

mod cb;
mod config;
mod errors;
mod middleware;

pub use self::{config::HttpClientConfig, errors::HttpClientError};