http-fs 2.0.1

HTTP File Service library
Documentation
1
2
3
4
5
6
//!HTTP libraries adaptors

#[cfg(feature = "hyper")]
pub mod hyper;
#[cfg(feature = "axum")]
pub mod axum;