sanic/sanic
Adam Hopkins f32ef20b74
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
2021-08-19 21:09:40 +03:00
..
mixins Style: add type hints (#2217) 2021-08-08 21:37:34 +03:00
models Style: add type hints (#2217) 2021-08-08 21:37:34 +03:00
touchup Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
__init__.py 21.6 Changelog, release version, and deprecations (#2172) 2021-06-27 22:52:56 +03:00
__main__.py Add Simple Server and Coverage action (#2168) 2021-06-21 14:53:09 +03:00
__version__.py Fixed for handling exceptions of asgi app call. (#2211) 2021-08-02 19:12:12 +03:00
app.py Fix bug where ws exceptions not being logged (#2213) 2021-08-07 23:24:48 +03:00
asgi.py Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
base.py Cleanup conftest and fix warning message (#2147) 2021-05-31 22:41:41 +03:00
blueprint_group.py Add convenience methods to BP groups (#2209) 2021-08-07 23:06:11 +03:00
blueprints.py Copy Blueprints Implementation (#2184) 2021-08-10 01:07:04 +03:00
compat.py Resolve merge conflict 2021-02-16 11:36:06 +02:00
config.py Allow 8192 header max to be breached (#2155) 2021-06-04 13:56:29 +03:00
constants.py HTTPMethod enum (#2165) 2021-06-16 15:13:55 +03:00
cookies.py Additonal annotations 2021-01-29 16:19:10 +02:00
errorpages.py Explicit usage of CIMultiDict getters (#2104) 2021-04-08 13:30:12 +03:00
exceptions.py Accept header parsing (#2200) 2021-08-19 21:09:40 +03:00
handlers.py Fix bug where ws exceptions not being logged (#2213) 2021-08-07 23:24:48 +03:00
headers.py Accept header parsing (#2200) 2021-08-19 21:09:40 +03:00
helpers.py Copy Blueprints Implementation (#2184) 2021-08-10 01:07:04 +03:00
http.py Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
log.py Additonal annotations 2021-01-29 16:19:10 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
reloader_helpers.py Add reloading on addtional directories (#2167) 2021-06-18 11:39:09 +03:00
request.py Accept header parsing (#2200) 2021-08-19 21:09:40 +03:00
response.py 21.6 Changelog, release version, and deprecations (#2172) 2021-06-27 22:52:56 +03:00
router.py HTTPMethod enum (#2165) 2021-06-16 15:13:55 +03:00
server.py Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
signals.py Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
simple.py Add Simple Server and Coverage action (#2168) 2021-06-21 14:53:09 +03:00
utils.py support app factory patten in CLI (#2157) 2021-06-09 12:05:56 +03:00
views.py Style: add type hints (#2217) 2021-08-08 21:37:34 +03:00
websocket.py Make sure ASGI ws subprotocols is a list (#2127) 2021-06-21 14:39:06 +03:00
worker.py Signals Integration (#2160) 2021-08-05 22:55:42 +03:00