ModifyResponse

Type Alias ModifyResponse 

Source
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 */ }