openserve 2.0.3

A modern, high-performance, AI-enhanced file server built in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Middleware Module
//! 
//! Custom middleware for OpenServe.

pub mod auth;
pub mod logging;
pub mod rate_limit;
/// Cross-Origin Resource Sharing (CORS) middleware.
pub mod cors;