LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/intro.rst
docs/make.bat
docs/_static/css/custom.css
docs/api/asgi.rst
docs/api/auth.rst
docs/api/cors.rst
docs/api/csrf.rst
docs/api/index.rst
docs/api/jinja.rst
docs/api/login.rst
docs/api/microdot.rst
docs/api/multipart.rst
docs/api/sessions.rst
docs/api/sse.rst
docs/api/test_client.rst
docs/api/utemplate.rst
docs/api/websocket.rst
docs/api/wsgi.rst
docs/extensions/auth.rst
docs/extensions/cors.rst
docs/extensions/csrf.rst
docs/extensions/index.rst
docs/extensions/login.rst
docs/extensions/multipart.rst
docs/extensions/production.rst
docs/extensions/sessions.rst
docs/extensions/sse.rst
docs/extensions/templates.rst
docs/extensions/test_client.rst
docs/extensions/websocket.rst
docs/implementation/freezing.rst
docs/implementation/index.rst
docs/implementation/migrating.rst
docs/users-guide/concurrency.rst
docs/users-guide/defining-routes.rst
docs/users-guide/index.rst
docs/users-guide/intro.rst
docs/users-guide/request-object.rst
docs/users-guide/responses.rst
src/microdot/__init__.py
src/microdot/__init__.pyi
src/microdot/asgi.py
src/microdot/asgi.pyi
src/microdot/auth.py
src/microdot/auth.pyi
src/microdot/cors.py
src/microdot/cors.pyi
src/microdot/csrf.py
src/microdot/csrf.pyi
src/microdot/helpers.py
src/microdot/helpers.pyi
src/microdot/jinja.py
src/microdot/jinja.pyi
src/microdot/login.py
src/microdot/login.pyi
src/microdot/microdot.py
src/microdot/microdot.pyi
src/microdot/multipart.py
src/microdot/multipart.pyi
src/microdot/py.typed
src/microdot/session.py
src/microdot/session.pyi
src/microdot/sse.py
src/microdot/sse.pyi
src/microdot/test_client.py
src/microdot/test_client.pyi
src/microdot/utemplate.py
src/microdot/utemplate.pyi
src/microdot/websocket.py
src/microdot/websocket.pyi
src/microdot/wsgi.py
src/microdot/wsgi.pyi
src/microdot.egg-info/PKG-INFO
src/microdot.egg-info/SOURCES.txt
src/microdot.egg-info/dependency_links.txt
src/microdot.egg-info/not-zip-safe
src/microdot.egg-info/requires.txt
src/microdot.egg-info/top_level.txt
tests/__init__.py
tests/mock_socket.py
tests/test_asgi.py
tests/test_auth.py
tests/test_cors.py
tests/test_csrf.py
tests/test_end2end.py
tests/test_jinja.py
tests/test_login.py
tests/test_microdot.py
tests/test_multidict.py
tests/test_multipart.py
tests/test_request.py
tests/test_response.py
tests/test_session.py
tests/test_sse.py
tests/test_url_pattern.py
tests/test_urlencode.py
tests/test_utemplate.py
tests/test_websocket.py
tests/test_wsgi.py
tests/files/test.bin
tests/files/test.css
tests/files/test.gif
tests/files/test.gz
tests/files/test.html
tests/files/test.jpg
tests/files/test.js
tests/files/test.json
tests/files/test.png
tests/files/test.txt
tests/files/test.txt.gz
tests/templates/hello.jinja.txt
tests/templates/hello.utemplate.txt
tests/templates/hello_utemplate_txt.py