Log in
Sign up
patx
/mrhttp-asgi
branch master
branch master
current
No refs found
Overview
Source
Commits (140)
Issues
Pull requests
Star (0)
Fork
root
/
examples
/
multiplefiles.py
[View Raw]
Copy file contents
from mrhttp import app @app.route('/tst', type="text") def tst(r): return "tst"