BlackSheep:用于Python异步的快速ASGI Web框架和HTTP客户端 源码
害群之马 BlackSheep是一个异步Web框架,用于使用Python构建基于事件的Web应用程序。 它受到 , 和启发。 pip install blacksheep from datetime import datetime from blacksheep . server import Application from blacksheep . server . responses import text app = Application () @ app . route ( "/" ) async def home ( request ): return text ( f
下载地址
用户评论