quart

quart

Quart is a Python ASGI web microframework with the same API as Flask.

Project ID: 3199253
  • pgjones's avatar
    Introduce a Headers data structure · 6cbd4f12
    pgjones authored
    This follows the Werkzeug equivalent in allowing bytes to be passed as
    keys or values when setting. These are decoded and stored as unicode
    alongside the other keys/values. Note not all setting methods (update,
    extend) have been included as this is intended to be a niche usage to
    match Werkzeug.
    6cbd4f12
Name
Last commit
Last update
artwork Loading commit data...
docs Loading commit data...
examples Loading commit data...
quart Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
CHANGELOG.rst Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
tox.ini Loading commit data...