Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-15 | Python: changed request headers format in router protocol. | Max Romanov | 1 | -10/+106 | |
The coming ASGI support requires raw HTTP headers format. Headers grouping and upcase code were moved to WSGI module. | |||||
2020-09-14 | Python: split module initialization from WSGI implementation. | Max Romanov | 3 | -285/+387 | |
This is required for futher ASGI implementation. | |||||
2020-09-14 | Python: source file moved to 'python' sub-directory. | Max Romanov | 1 | -0/+1446 | |
No functional changes. Get ready for an increase in file number. |