jackie:最小的ASGI Web框架 源码
杰基 最小的 Web框架。 from jackie . router import Router from jackie . http import TextResponse app = Router () @ app . get ( '/' ) async def hello_world ( request ): name = request . query . get ( 'name' , 'World' ) return TextResponse ( f'Hello, { name } !' ) 可以在上找到更多信息。
文件列表
jackie-master.zip
(预估有个60文件)
jackie-master
poetry.lock
55KB
.gitignore
47B
pyproject.toml
733B
CHANGELOG.md
838B
LICENSE.txt
1KB
jackie
http
stream.py
2KB
__init__.py
532B
暂无评论