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.
PycURL 是 C libcurl API 的一个薄包装器,我想知道是否还有更多的支持 libcurl 的 pythonic 包装器CurlMulti?
CurlMulti
与为 C 库制作的大多数绑定一样,在其之上制作一个非常薄的层以充分利用它是很聪明的。
这就是说,包装该绑定本身然后提供更多更高级别的功能和更多特定于语言的做事方式通常是有意义的,而不是编写另一个绑定。
所以不,我不知道有任何这样的包装器,但我建议这样的包装器将在 pycurl 之上而不是直接在 libcurl 之上!