Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -285/+25 | |
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. |