Function jsonrpc_http_server::is_host_allowed [] [src]

pub fn is_host_allowed(
    request: &Request,
    allowed_hosts: &Option<Vec<Host>>
) -> bool

Returns true if Host header in request matches a list of allowed hosts.