Protocol
Making a Simple HTTP Server with Asyncio Protocols
https://jacobpadilla.com/articles/asyncio-protocols
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!