Imbolc
Imbolc
Yes, I can up docs. Could you please explain me little more about safety. Working with cookies in requests by IP itself does not seem unsafe. Because browsers, `requests` and...
I understood, thank you :) Besides the tests, IPs may be used widely in micro-service based architecture, clusters etc, to avoid any dns queries. But I think most important case...
The same for `hour`.
Somehow related to #181
> in a synchronous context Is this context is related to Axum? If it's something else `http` based, it's maybe better to use [client-ip](https://github.com/imbolc/client-ip) (which is synchronous) directly
`client-ip` already depends on `http`, so if you think it fits better in your stack, you can PR `ClientIpSource` (without Axum-specific parts) there. Or fix the CI checks and I'll...