sanic/sanic
L. Kärkkäinen 6e61eab872
Increase KEEP_ALIVE_TIMEOUT default to 120 seconds (#2670)
Co-authored-by: L. Kärkkäinen <Tronic@users.noreply.github.com>
2023-07-12 08:45:30 +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 Set multiprocessing start method early (#2776) 2023-07-09 22:34:15 +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 v23.3 Deprecation Removal (#2717) 2023-03-26 15:24:08 +03:00
response Handle case when headers argument of ResponseStream constructor is None (#2729) 2023-07-09 10:34:40 +03:00
server Remove Python3.7 support (#2777) 2023-07-09 22:00:14 +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 Standardize init of exceptions (#2545) 2023-03-20 14:50:50 +02:00
__main__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__version__.py Fix traversals for intended results (#2728) 2023-07-09 09:21:39 +03:00
app.py Set multiprocessing start method early (#2776) 2023-07-09 22:34:15 +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 Alow Blueprint routes to explicitly define error_format (#2773) 2023-07-09 14:47:59 +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 Resolve headers on different renderers - Issue 2749 (#2774) 2023-07-09 09:57:22 +03:00
exceptions.py Standardize init of exceptions (#2545) 2023-03-20 14:50:50 +02:00
headers.py Simplified parse_content_header escaping (#2707) 2023-03-06 06:39:16 +02: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 Adding allow route overwrite option in blueprint (#2716) 2023-07-07 14:56:42 +03:00
signals.py Add a new exception signal for ALL exceptions raised anywhere in application (#2724) 2023-07-09 10:53:36 +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