sanic/sanic
2021-12-13 09:36:41 +02:00
..
application Add runtime checking to create_server to verify that startup has been run (#2328) 2021-12-13 09:36:41 +02:00
cli Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
mixins Fix examples to work as expected (#2305) 2021-11-23 23:00:25 +02:00
models Fix examples to work as expected (#2305) 2021-11-23 23:00:25 +02:00
server Add runtime checking to create_server to verify that startup has been run (#2328) 2021-12-13 09:36:41 +02:00
touchup Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +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 Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
app.py Add runtime checking to create_server to verify that startup has been run (#2328) 2021-12-13 09:36:41 +02:00
asgi.py Prevent sending multiple or mixed responses on a single request (#2327) 2021-12-09 12:00:18 +02:00
base.py Allow underscore to start instance names (#2335) 2021-12-10 00:04:34 +02:00
blueprint_group.py Fix docs error (#2269) 2021-10-10 22:41:45 +03:00
blueprints.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
compat.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
config.py Refactor environment variable hydration logic. (#2321) 2021-12-03 00:01:20 +02: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 Add contextual exceptions (#2290) 2021-11-18 17:47:27 +02:00
exceptions.py Add contextual exceptions (#2290) 2021-11-18 17:47:27 +02:00
handlers.py Make warnings for DeprecationWarning consistent (#2332) 2021-12-08 21:01:28 +02:00
headers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
helpers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
http.py Prevent sending multiple or mixed responses on a single request (#2327) 2021-12-09 12:00:18 +02:00
log.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +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 Prevent sending multiple or mixed responses on a single request (#2327) 2021-12-09 12:00:18 +02:00
response.py Prevent sending multiple or mixed responses on a single request (#2327) 2021-12-09 12:00:18 +02:00
router.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
signals.py Move builtin signals to enum (#2309) 2021-11-14 23:21:14 +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 Style: add type hints (#2217) 2021-08-08 21:37:34 +03:00
worker.py New websockets (#2158) 2021-09-29 13:09:23 +03:00