Searched defs:DefaultBodyLimitService (Results 1 – 1 of 1) sorted by relevance
177 pub struct DefaultBodyLimitService<S> { struct178 pub(super) inner: S,179 pub(super) kind: DefaultBodyLimitKind,182 impl<B, S> Service<Request<B>> for DefaultBodyLimitService<S> implementation