see: how to get client IP address in 1.0? · Issue #3310 · hyperium/hyper · GitHub
Basically there was make_service_fn() in hyper 0.14 where you could get a peek at the client's socket before passing control flow on to your actual handler. But that seems to no longer be available in v1.0. Anyone have a solution for that? Almost done with the implementation I'm working on and hyper 1.0 RC works great for us, so really wouldn't want to have to migrate back down to 0.14 just to get the required request logging done.
Thanks all!
- Denis