Is it possible to get the remote IP address at the conduit or cohttp level? I've tried digging though the source code, but it seems to be buried under several layers of abstraction. I'm writing rest services that I plan to deploy as unikernels and logging the IP address of the requester is a security requirement.
I'm using cohttp and would want to be able to do this in both unix (for testing) and xen (for deployment). I could put in conditional code for the two environments if necessary.