Is there any way to use httplib2 via protected socks server using some password and username, does add_credentials method work well in this case?
For now I have a code shown below
proxy.add_credentials(account.get('USER'), account.get('PASS'))
or do I need to user proxy_info attribute with the necessary information?