summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_python_wsgi.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Python initialization moved from master to worker application.Max Romanov1-94/+46
2017-07-05Python WSGI: SERVER_NAME, SERVER_PORT fixed, REMOTE_ADDR introduced.Max Romanov1-59/+87
Shortcut: do not iterate over String (or Bytes) return object. Call 'close()' for return object (if present).
2017-07-05Complex target parser copied from NGINX.Max Romanov1-9/+21
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value.
2017-06-23Python app request processing.Max Romanov1-238/+315
2017-03-14Solaris compatibilty.Igor Sysoev1-8/+4
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev1-0/+2
2017-03-09Processes refactoring.Igor Sysoev1-4/+5
The cycle has been renamed to the runtime.
2017-02-01nxt_str_t changes.Igor Sysoev1-28/+28
2017-02-01More refactoring relicts removed.Igor Sysoev1-6/+6
2017-01-17Initial version.Igor Sysoev1-0/+973