tcplane/server/middleware/
type.rs

1
2
3
4
5
use crate::*;
use http_type::*;

pub type MiddlewareArcLock = ArcRwLock<Vec<FuncBox>>;
pub type AsyncMiddlewareArcLock = AsyncArcRwLock<Vec<AsyncFuncBox>>;