sanic/sanic
2023-02-06 10:05:51 +02:00
..
application Move DirectoryHandler to app instance 2023-01-28 23:25:25 +02:00
base Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
cli Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
handlers Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
http Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
mixins Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
models Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
pages Suggestions 2023-02-06 10:05:51 +02:00
response Add JSONResponse class (#2569) 2022-12-11 10:37:45 +02:00
server fix(websocket): ASGI websocket must pass thru bytes as is (#2651) 2023-02-05 16:41:54 +02:00
touchup Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
types 22.9 Docs (#2556) 2022-10-31 11:47:23 +02:00
worker Remove accidental file 2023-01-31 10:43:19 +02:00
__init__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__main__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__version__.py Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
app.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
asgi.py ASGI lifespan failure on exception (#2627) 2022-12-16 08:56:07 +02:00
blueprint_group.py HTTP/3 Support (#2378) 2022-06-27 11:19:26 +03:00
blueprints.py Remove deprecated property in blueprint (#2666) 2023-01-30 09:26:55 +02:00
compat.py Implement restart ordering (#2632) 2022-12-18 14:09:17 +02:00
config.py Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
constants.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
cookies.py Additonal annotations 2021-01-29 16:19:10 +02:00
errorpages.py Merge branch 'main' into niceback-error-handling 2023-02-05 15:16:05 +00:00
exceptions.py Kill server early on worker error (#2610) 2022-12-07 14:42:17 +02:00
headers.py Upgrade black and isort changes (#2397) 2022-02-02 10:41:55 +02:00
helpers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
log.py Corrected Colors enum under Python 3.11 (#2590) 2022-11-29 12:17:48 +02:00
middleware.py Add priority to register_middleware method (#2636) 2022-12-19 19:14:46 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
request.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
router.py Remove deprecated items (#2555) 2022-09-29 01:07:09 +03:00
signals.py Deprecate Conditions and Triggers Saved in handler Callable; Save Condition in signal.extra Instead (#2608) 2022-12-15 12:32:07 +02:00
simple.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
utils.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
views.py HTTP/3 Support (#2378) 2022-06-27 11:19:26 +03:00