summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_wsgi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Python: Fix header field values character encoding.Andrew Clayton1-2/+28
2023-11-08Python: Do nxt_unit_sptr_get() earlier in nxt_python_field_value().Andrew Clayton1-1/+2
2022-12-14Python: Added "prefix" to configuration.OutOfFocus41-13/+36
2022-11-17Refactored functions that set WSGI variables.OutOfFocus41-6/+24
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton1-2/+2
2021-07-20Python: using default event_loop for main thread for ASGI.Max Romanov1-2/+2
2021-05-20Python: support for multiple targets.Oisin Canty1-2/+3
2020-12-14Python: WSGI environment copying moved out of request processing.Valentin Bartenev1-12/+53
2020-11-05Python: request processing in multiple threads.Max Romanov1-202/+242
2020-10-13Fixed building with Python 3.9.Valentin Bartenev1-2/+2
2020-10-01Python: ASGI server introduced.Max Romanov1-18/+0
2020-09-15Python: changed request headers format in router protocol.Max Romanov1-10/+106
2020-09-14Python: split module initialization from WSGI implementation.Max Romanov1-285/+25
2020-09-14Python: source file moved to 'python' sub-directory.Max Romanov1-0/+1446