oss-fuzz
oss-fuzz copied to clipboard
httpx: initial integration
Hi, HTTPX is a fully featured HTTP client library for Python 3. It includes an integrated command line client, has support for both HTTP/1.1 and HTTP/2, and provides both sync and async APIs.
- It has 11 million monthly downloads as per pypistats.
- It's being used by projects like authlib, gradio, sktime, aptos-core, python-telegram-bot.
Relevant discussion: Integration with oss-fuzz fuzzing service #2371