daphne/daphne
Valerii 3f50e11065
refact(daphne/access.py): AccessLogGenerator refactor
1. Used f-strings to make the code more concise and readable
2. Used the get method to get default values for status and length
3. Refactored the code to remove redundant code
4. Changed the order of the parameters of the write_entry method to match the order of the format string
5. Added default values to the parameters of the write_entry method to simplify the calls to it
2023-05-05 02:10:19 +03:00
..
management Added runserver to Daphne. (#429) 2022-08-08 14:10:03 +02:00
twisted/plugins Lint with pre-commit (#365) 2021-04-07 20:11:21 +02:00
__init__.py Updated change log and version for v4.0 release. 2022-10-07 14:53:16 +02:00
__main__.py Added support for executing from interpreter. 2020-10-16 08:16:34 +02:00
access.py refact(daphne/access.py): AccessLogGenerator refactor 2023-05-05 02:10:19 +03:00
apps.py Added runserver to Daphne. (#429) 2022-08-08 14:10:03 +02:00
checks.py Added runserver to Daphne. (#429) 2022-08-08 14:10:03 +02:00
cli.py Removed deprecated —ws-protocols CLI option. (#387) 2022-10-07 12:21:22 +02:00
endpoints.py Fix deprecated regex escape sequence. (#266) 2019-06-17 10:21:24 +02:00
http_protocol.py Set a default Server header for HTTP responses (#396) 2022-05-24 12:40:02 +02:00
server.py Added missing stacklevel warning parameter. (#471) 2023-04-14 14:53:12 +02:00
testing.py Make DaphneProcess pickleable (#440) 2022-10-07 13:22:40 +02:00
utils.py Implement Black code formatting 2018-08-27 12:29:57 +10:00
ws_protocol.py Lint with pre-commit (#365) 2021-04-07 20:11:21 +02:00