mcpr-core 0.4.53

Core types, traits, protocol, and proxy engine for mcpr crates
Documentation
1
2
3
4
5
6
7
8
9
10
//! Plain-function steps that the buffered/streamed handlers call
//! explicitly. Each former `ResponseMiddleware` impl lives here as a
//! function — the middleware trait is deleted in Step 6.

pub mod health;
pub mod rewrite;
pub mod schema;
pub mod session;
pub mod url_map;
pub mod widget;