mozilla-services / common-rs

Common utilities for Mozilla server side apps
Mozilla Public License 2.0
3 stars 9 forks source link

feat(actix-web-location): New crate for determining location of requests in actix-web. #14

Closed mythmon closed 3 years ago

mythmon commented 3 years ago

So, this appears to be mostly mmdb integration, since it's not doing the GCP location header processing, right?

Correct, at @pjenvey's suggestion that only mmdb is effectively being used right now, I decided to not implement something that wouldn't be used right now.