Can I get IP address from an httpresponse object?

I have the httpHandler() function working properly, but I would like to log the IP address of the requester. This information should be available in the httpresponse object that is passed to the httpHandler() function when I get an http.onrequest() event, but I don’t see any information in the documentation. Any clues?

Have a look here http://forums.electricimp.com/discussion/comment/13321

Yes, that’s exactly what I was looking for. I just missed it in my search. Thanks.