{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Provides aiohttp-based transports for httpx, allowing httpx to use aiohttp for low-level HTTP messaging while keeping httpx's high-level features like authentication, retries, and cookies.","skillfed_tags":["async-http","transport-adapter"],"use_cases":["Use it when you need httpx's API but your project is already built around aiohttp and its ecosystem.","Use it to add httpx's retry and authentication features on top of an existing aiohttp-based async HTTP stack.","Use it to migrate from pure aiohttp to httpx while keeping aiohttp as the transport layer for compatibility.","Use it in projects that require aiohttp's specific connection pooling or session management behavior with httpx's higher-level interface."],"what_it_does":"httpx-aiohttp is a bridge that lets you use aiohttp as the underlying transport for httpx HTTP clients. It delegates socket-level HTTP messaging to aiohttp while keeping httpx's convenient high-level API for authentication, retries, cookies, and request/response handling. This is useful when you want aiohttp's specific behavior or integration but prefer httpx's interface and feature set.\n\nThe package is actively maintained, recently released, and has low installation friction. It supports both the standard httpx and an optional httpx2 extra. Since it's a thin adapter between two established async HTTP libraries, it's primarily useful in projects that already depend on both or that need aiohttp specifically for compatibility or performance reasons.","worth_installing":"Yes, if you need both httpx and aiohttp in the same project. The package is actively maintained, has no known vulnerabilities, and low install friction. If you're already using httpx without aiohttp, there's no reason to add this dependency unless you specifically need aiohttp's transport behavior."},"id":"httpx-aiohttp","links":{"html":"https://skillfed.io/packages/httpx-aiohttp","md":"https://skillfed.io/packages/httpx-aiohttp.md","pypi":"https://pypi.org/project/httpx-aiohttp/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-25","license_spdx":null,"license_treatment":"unclear","name":"httpx-aiohttp","python_support":"supports_current","summary":"Aiohttp transport for HTTPX"},"popularity":{"monthly_downloads":5511453,"position":2085,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
