trio-asgi-server

时间:2024-05-20 23:14:12
【文件属性】:

文件名称:trio-asgi-server

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-20 23:14:12

Python

三重asgi服务器 用于的服务器。 它可以直接使用,也可以作为枪械工人使用。 快速开始 使用pip安装: $ pip install trio-asgi-server 在app.py创建一个应用程序: class App (): def __init__ ( self , scope ): self . scope = scope async def __call__ ( self , receive , send ): await send ({ 'type' : 'http.response.start' , 'status' : 200 , 'headers' : [ [ b'content-type' , b'text/pl


【文件预览】:
trio-asgi-server-master
----setup.py(2KB)
----.gitignore(25B)
----examples()
--------app.py(649B)
----trio_asgi()
--------workers.py(4KB)
--------__init__.py(22B)
----README.md(2KB)

网友评论