pub fn is_host_valid(
    host: Option<&str>,
    allowed_hosts: &Option<Vec<Host>>
) -> bool
Expand description

Returns true when Host header is whitelisted in allowed_hosts.