And why don't people use pycurl? Curl is the king of the hill...
There are tradeoffs to the non-Python HTTP libraries like pycurl and pyreqwests, namely:
- Non-portability to alternative Python implementations or environments without the supporting C libraries
- Less visibility into the client internals (for debugging etc)
There are tradeoffs to the non-Python HTTP libraries like pycurl and pyreqwests, namely:
- Non-portability to alternative Python implementations or environments without the supporting C libraries
- Less visibility into the client internals (for debugging etc)