pub type ResponseModifier = Arc<dyn Fn(&GatewayRequest, &mut GatewayResponse) + Send + Sync>;Expand description
A handler for modifying HTTP responses before they are sent.
Aliased Typeยง
pub struct ResponseModifier { /* private fields */ }pub type ResponseModifier = Arc<dyn Fn(&GatewayRequest, &mut GatewayResponse) + Send + Sync>;A handler for modifying HTTP responses before they are sent.
pub struct ResponseModifier { /* private fields */ }