pub type ModifyResponse = Arc<dyn Fn(&mut HttpResponse) + Send + Sync>;Expand description
A closure that takes a mutable reference to HttpResponse and modifies it before caching.
Aliased Typeยง
pub struct ModifyResponse { /* private fields */ }pub type ModifyResponse = Arc<dyn Fn(&mut HttpResponse) + Send + Sync>;A closure that takes a mutable reference to HttpResponse and modifies it before caching.
pub struct ModifyResponse { /* private fields */ }