sanic/sanic
2023-08-30 09:05:37 +03:00
..
application Sanic on pypy (#2682) 2023-07-05 12:14:47 +03:00
base Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
cli fix #2757 - Improved error messaging on startup time application induced import error (#2770) 2023-07-05 14:38:15 +03:00
cookies Release 23.3 (#2723) 2023-03-26 22:54:28 +03:00
handlers Add a new exception signal for ALL exceptions raised anywhere in application (#2724) 2023-07-09 10:53:36 +03:00
http Stricter charset handling and escaping of request URLs (#2710) 2023-03-21 19:55:21 +02:00
mixins Prepare for v23.6 release (#2797) 2023-07-25 15:57:29 +03:00
models Remove Python3.7 support (#2777) 2023-07-09 22:00:14 +03:00
pages Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
request Add request.client_ip (#2790) 2023-07-13 23:01:02 +03:00
response Handle case when headers argument of ResponseStream constructor is None (#2729) 2023-07-09 10:34:40 +03:00
server Suppress task cancel traceback (#2812) 2023-08-30 09:05:37 +03: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 Fix Inner bug: TypeError: __init__() got an unexpected keyword argument 'escape_forward_slashes' #2740 (#2772) 2023-07-05 15:30:38 +03:00
__init__.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
__main__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__version__.py Prepare for v23.6 release (#2797) 2023-07-25 15:57:29 +03:00
app.py Add convenience method for exception reporting (#2792) 2023-07-18 00:21:55 +03:00
asgi.py Fix issue in getting current request through classmethod when served through a different ASGI server (#2760) 2023-06-14 22:03:43 +03:00
blueprint_group.py Add name prefixing to BP groups (#2727) 2023-07-05 19:31:25 +03:00
blueprints.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
compat.py Sanic on pypy (#2682) 2023-07-05 12:14:47 +03:00
config.py Increase KEEP_ALIVE_TIMEOUT default to 120 seconds (#2670) 2023-07-12 08:45:30 +03:00
constants.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
errorpages.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
exceptions.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
headers.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
helpers.py Sanic on pypy (#2682) 2023-07-05 12:14:47 +03:00
log.py Sanic on pypy (#2682) 2023-07-05 12:14:47 +03: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
router.py Add custom typing to config and ctx (#2785) 2023-07-12 23:47:58 +03:00
signals.py Prepare for v23.6 release (#2797) 2023-07-25 15:57:29 +03: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