granian/granian
2025-11-16 14:55:23 +01:00
..
server Add 'auto' runtime mode option (#743) 2025-11-16 12:32:34 +01:00
utils Add forwarded headers wrappers (#620) 2025-06-28 14:38:54 +02:00
__init__.py Define __all__ in package init (#671) 2025-09-01 12:19:35 +02:00
__main__.py Rewrite CLI to use click instad of typer (#270) 2024-04-26 23:26:33 +02:00
_compat.py Avoid rust task-impl on Python >= 3.12 2025-02-09 00:30:35 +01:00
_futures.py Avoid to register _CBSchedulerTask on asyncio task impl (close #513) 2025-03-04 23:45:54 +01:00
_granian.pyi Add RSGI support for file ranges (#159) 2025-11-14 17:43:04 +01:00
_imports.py Add dotenv files loading support (#615) 2025-06-27 17:30:17 +02:00
_internal.py Patch python path on CLI for logconfig (#667) 2025-08-25 19:41:19 +02:00
_loops.py Add support for winloop (#682) 2025-09-14 14:15:54 +02:00
_signals.py Always watch for SIGBREAK on win (#745) 2025-11-16 14:55:23 +01:00
_types.py Add TLSv1.2 protocol support (#665) 2025-10-26 16:41:33 +01:00
asgi.py Avoid monotic time for request dt in access logs (#685) 2025-09-11 14:29:37 +02:00
cli.py Add 'auto' runtime mode option (#743) 2025-11-16 12:32:34 +01:00
constants.py Add 'auto' runtime mode option (#743) 2025-11-16 12:32:34 +01:00
errors.py chore: bump ruff from 0.1.x to 0.5.x (#361) 2024-07-31 11:41:47 +02:00
http.py Add request headers read timeout (#509) 2025-02-26 22:28:54 +01:00
log.py Avoid monotic time for request dt in access logs (#685) 2025-09-11 14:29:37 +02:00
net.py Add Unix Domain Socket support (#642) 2025-07-22 19:11:03 +02:00
py.typed refactor package structure and typing 2022-07-21 18:24:13 +02:00
rsgi.py Add RSGI support for file ranges (#159) 2025-11-14 17:43:04 +01:00
wsgi.py Update PATH_INFO when prefix is configured in wsgi (#722) 2025-10-29 19:09:07 +01:00