Accept header parsing (#2200)

* Add some tests

* docstring

* Add accept matching

* Add some more tests on matching

* Add matching flags for wildcards

* Add mathing controls to accept

* Limit uvicorn 14 in testing
This commit is contained in:
Adam Hopkins
2021-08-19 21:09:40 +03:00
committed by GitHub
parent e2eefaac55
commit f32ef20b74
6 changed files with 387 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ tests_require = [
"mypy>=0.901",
"docutils",
"pygments",
"uvicorn",
"uvicorn<0.15.0",
types_ujson,
]