pub fn is_host_allowed( request: &Request<Body>, allowed_hosts: &Option<Vec<Host>>) -> bool
Returns true if Host header in request matches a list of allowed hosts.
true