http-fs 0.5.0

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

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