sanic/sanic
2021-08-07 23:06:11 +03:00
..
mixins Signals Integration (#2160) 2021-08-05 22:55:42 +03:00
models Version prefix (#2137) 2021-05-19 13:32:40 +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 Signals Integration (#2160) 2021-08-05 22:55:42 +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 style(app,blueprints): add some type hints (#2196) 2021-07-13 10:32:54 +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 Resolve regressions in exceptions (#2181) 2021-07-28 11:37:24 +03:00
handlers.py Better exception handling (#2128) 2021-06-21 14:14:07 +03:00
headers.py Explicit usage of CIMultiDict getters (#2104) 2021-04-08 13:30:12 +03:00
helpers.py Additonal annotations 2021-01-29 16:19:10 +02: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 Signals Integration (#2160) 2021-08-05 22:55:42 +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 CBV alternate attach; CompositionView deprecate (#2170) 2021-06-21 14:26:42 +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