Skip to main content

ResponseModifier

Type Alias ResponseModifier 

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