Skip to main content

all_obfuscations

Function all_obfuscations 

Source
pub fn all_obfuscations(
    header_name: &str,
    value: &str,
) -> Vec<(HeaderTechnique, String)>
Expand description

Apply all header obfuscation techniques to a header name/value pair.

Returns a vector of (technique, obfuscated_header_line) pairs. For DuplicateHeader, the two lines are joined with CRLF.