.. |
application
|
Allow fork in limited cases (#2624)
|
2022-12-15 11:49:26 +02:00 |
base
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +02:00 |
cli
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +02:00 |
http
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +02:00 |
mixins
|
Pass unquote thru add_route (#2639)
|
2022-12-21 10:45:23 +02:00 |
models
|
Better request cancel handling (#2513)
|
2022-09-19 16:04:09 +03:00 |
response
|
Add JSONResponse class (#2569)
|
2022-12-11 10:37:45 +02:00 |
server
|
ASGI websocket recv text or bytes (#2640)
|
2022-12-25 13:52:07 +02:00 |
touchup
|
HTTP/3 Support (#2378)
|
2022-06-27 11:19:26 +03:00 |
types
|
22.9 Docs (#2556)
|
2022-10-31 11:47:23 +02:00 |
worker
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +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
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +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
|
Test for 3.11 support (#2612)
|
2022-12-17 23:46:22 +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
|
Implement restart ordering (#2632)
|
2022-12-18 14:09:17 +02:00 |
cookies.py
|
Additonal annotations
|
2021-01-29 16:19:10 +02:00 |
errorpages.py
|
Remove dubious or unnecessary handler types of response mapping.
|
2023-01-29 01:59:24 +00:00 |
exceptions.py
|
Kill server early on worker error (#2610)
|
2022-12-07 14:42:17 +02:00 |
handlers.py
|
Version 22.12 release notes (#2637)
|
2022-12-27 16:50:36 +02:00 |
headers.py
|
Handle empty/missing accept header more directly
|
2023-01-29 01:52:53 +00: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
|
Unfinished hacks, moving to another machine.
|
2023-01-29 00:04:39 +00: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
|
Add Simple Server and Coverage action (#2168)
|
2021-06-21 14:53:09 +03:00 |
utils.py
|
Fix typos (#2329)
|
2021-12-06 09:17:01 +02:00 |
views.py
|
HTTP/3 Support (#2378)
|
2022-06-27 11:19:26 +03:00 |