ResponseAction

Type Alias ResponseAction 

Source
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>),
}

Variants§

§

Allow

Allow headers to proceed unchanged.

§

ModifyHeaders(HashMap<String, String>)

Modify headers.