Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在代理后面使用 kivy urlrequest,但似乎并不关心我的环境变量。有什么方法可以使用它吗?
谢谢
不幸的是,UrlRequest内部使用不直接支持代理的 httplib。您可以使用透明支持代理的 urllib,或者使用 httplib 并自己手动代理请求。
UrlRequest
请在https://github.com/kivy/kivy/issues提交错误报告。