summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-11Updated to version 0.11.5Kaizhao Zhang
2020-04-28Remove unused data filesKaizhao Zhang
2020-04-28Updated to version 0.11.3Kaizhao Zhang
2019-11-16Python 3.7 -> 3.8Kaizhao Zhang
2019-10-30Updated to version 0.9.1Kaizhao Zhang
2019-10-10Updated to version 0.9.0Kaizhao Zhang
2018-11-23Update depends python-httptools version to >=0.0.11Kaizhao 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-22Initial importKaizhao 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.