Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -1/+11 | |
Introducing manual protocol selection for 'universal' apps and frameworks. | |||||
2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 1 | -17/+251 | |
This closes #459 issue on GitHub. | |||||
2020-10-01 | Python: ASGI server introduced. | Max Romanov | 1 | -11/+17 | |
This closes #461 issue on GitHub. | |||||
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -5/+8 | |
Now it is possible to specify the name of the application callable using optional parameter 'callable'. Default value is 'application'. This closes #290 issue on GitHub. | |||||
2020-09-14 | Python: split module initialization from WSGI implementation. | Max Romanov | 1 | -0/+331 | |
This is required for futher ASGI implementation. |