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?
Currently our async codebase only includes a native
asyncionetwork backend.Let's also make sure that we have...
trioNetworkBackend. 3⃣anyioNetworkBackend. 🔌Should we include all of these within the same
ahttpxpackage, in the same way thathttpcoreuses. (???)Related: Do we want to include a mock backend implementation or not?