Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Updated to version 0.11.3 | Kaizhao Zhang | |
2019-11-16 | Python 3.7 -> 3.8 | Kaizhao Zhang | |
2019-10-30 | Updated to version 0.9.1 | Kaizhao Zhang | |
2019-10-10 | Updated to version 0.9.0 | Kaizhao Zhang | |
2018-11-23 | Update depends python-httptools version to >=0.0.11 | Kaizhao Zhang | |
Note: the default HTTP parser implementation `httptools` packaged on AUR https://aur.archlinux.org/packages/python-httptools/ now is updated to 0.0.11 which is compatible with uvicorn now. No need to switch to another HTTP parser implementation `h11` if it works as expected. | |||
2018-11-22 | Initial import | Kaizhao Zhang | |
Note: the default HTTP parser implementation `httptools` packaged on AUR https://aur.archlinux.org/packages/python-httptools/ now is 0.0.9 which is incompatible with uvicorn now. Please use another HTTP parser implementation `h11` instead. See documentation of uvicorn. |