Posted on Jul 3, 2012 by
Happy Elephant
While working with httplib2, I realized that when a Http request' is done starting from a URL there is no way for telling which server IP address it connected to. This feature could be really useful for a project I'm currently working on based on httplib2. Moreover, taking a look at the Http class code, I realized that it should be not so hard to include such information in the Response object returned by the
request' method.
Thanks, Angelo
Status: New
Labels:
Type-Defect
Priority-Medium