class Geocoder::Lookup::MaxmindGeoip2

def supported_protocols

otherwise a `404 Not Found` HTTP response will be returned
Maxmind's GeoIP2 Precision Services only supports HTTPS,
def supported_protocols
  [:https]
end