pub struct Hitboxd<R: Role = Author>(pub R);Expand description
Hitboxd - Planned caching reverse proxy daemon for HTTP (Varnish-like).
Standalone caching reverse proxy daemon built on top of the Hitbox framework, designed to provide high-performance HTTP caching with YAML configuration, hot reload, and production-grade observability. Currently in planning/pre-release phase.
Tuple Fields§
§0: RBlanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more