pomerium / datasource

external data source contrib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip2location: add http caching

calebdoxsey opened this issue · comments

The ip2location http server currently always returns the whole JSON file. We should add support for caching headers to return 304s when the data hasn't changed.