pub type ResponseAction = HeadersAction;Expand description
Action to take for intercepted response headers.
Alias for HeadersAction.
Aliased Type§
pub enum ResponseAction {
Allow,
ModifyHeaders(HashMap<String, String>),
}pub type ResponseAction = HeadersAction;Action to take for intercepted response headers.
Alias for HeadersAction.
pub enum ResponseAction {
Allow,
ModifyHeaders(HashMap<String, String>),
}