pub fn validate_headers(headers: &mut HeaderMap) -> Result<(), ProxyError>Expand description
Validate HTTP headers to prevent request smuggling attacks.
This function checks for dangerous header combinations and malformed headers that could be used in HTTP request smuggling attacks.