If you’re deep into curl python, check out `libcurl`’s Python bindings. But yeah, it’s heavy.
For most people, `httpx` is the sweet spot. Feels like requests but with async and HTTP/2.
Also, `curl-to-python` tools exist, but they’re hit or miss. Better to learn the libs properly.
For most people, `httpx` is the sweet spot. Feels like requests but with async and HTTP/2.
Also, `curl-to-python` tools exist, but they’re hit or miss. Better to learn the libs properly.
