Currently our async codebase only includes a native asyncio network backend.
Let's also make sure that we have...
- A
trio NetworkBackend. 3⃣
- An
anyio NetworkBackend. 🔌
Should we include all of these within the same ahttpx package, in the same way that httpcore uses. (???)
Related: Do we want to include a mock backend implementation or not?