aiohttpEasy Playground

Async HTTP client/server framework on asyncio

Getting started with aiohttpRun locally
Install
pip install aiohttp
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: aiohttp)

aiohttp is a third-party package. Async HTTP client/server framework on asyncio. Install with: pip install aiohttp

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?