sanic/sanic
2022-06-30 12:28:11 +03:00
..
application Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
base LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
cli Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
mixins Change signal routing for increased consistency (#2277) 2021-12-24 01:27:54 +02:00
models Change signal routing for increased consistency (#2277) 2021-12-24 01:27:54 +02:00
server Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
touchup LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
types Add route context (#2302) 2021-12-21 22:56:12 +02:00
__init__.py 21.6 Changelog, release version, and deprecations (#2172) 2021-06-27 22:52:56 +03:00
__main__.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
__version__.py Bump version 2022-01-06 12:21:44 +02:00
app.py Properly catch websocket CancelledError in websocket handler in Python 3.7 2022-05-24 08:59:36 +10:00
asgi.py Optional uvloop use (#2264) 2021-12-23 11:57:33 +02:00
blueprint_group.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
blueprints.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
compat.py Optional uvloop use (#2264) 2021-12-23 11:57:33 +02:00
config.py Run make pretty 2022-06-30 12:28:11 +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 Remove app instance from Config for error handler setting (#2320) 2021-12-18 18:58:14 +02:00
exceptions.py LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
handlers.py LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
headers.py Run make pretty 2022-06-30 12:28:11 +03:00
helpers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
http.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
log.py LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
reloader_helpers.py Provide list of reloaded files (#2307) 2021-11-16 10:16:32 +02:00
request.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
response.py LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
router.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
signals.py Change signal routing for increased consistency (#2277) 2021-12-24 01:27:54 +02:00
simple.py Add Simple Server and Coverage action (#2168) 2021-06-21 14:53:09 +03:00
tls.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
utils.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
views.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
worker.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00