Trait GeoIpInterface

Source
pub trait GeoIpInterface {
    // Required methods
    fn geo_ip_resolver(&self) -> &GeoIpResolver;
    fn reverse_proxy_config(&self) -> Option<ReverseProxyConfig<'_>>;
}

Required Methods§

Implementors§