The Python ecosystem has not lacked for HTTP libraries. urllib ships in the standard library, requests has been the de facto choice for over a decade, and a constellation of specialized clients address particular needs. Yet when the requests maintainers themselves set out to build a next‑generation HTTP library, they did not merely iterate on…