Expand description

Providers are actix-web-location’s abstraction to allow multiple ways of determining location.

Structs

A “dummy” provider that returns None for all fields.

A provider that uses a MaxMind GeoIP database to derive location from a the IP a request was sent from.

Traits

An object that can be queried to convert HttpRequest into locations.