Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |