简体   繁体   中英

how to set proxy in python 3.x httplib2?

“ httplib2”库在“ python 2.x和3.x”中都运行良好,但是在将其与代理设置配合使用时,不支持3.x版本,请指导我如何在“ httplib2”中的“ httplib2”上添加代理python 3.x”版本。

Since this commit on the httplib2 repo, it seems that the issue has been solved. I'm able to use httplib2 with proxy and python 3.7

Note however that it's not released yet as a pip package on pypi, so you'll need to checkout the master branch from their github repository to get the latest version.

请尝试使用现有问题中提到的请求库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM