/unit/pkg/deb/debian.module/ |
H A D | control-noarch.in | 18 applications. It runs the application code in multiple languages 20 in and out of the application. Take this application server and proxy
|
H A D | control.in | 20 applications. It runs the application code in multiple languages 22 in and out of the application. Take this application server and proxy
|
/unit/pkg/deb/debian/ |
H A D | control.in | 19 applications. It runs the application code in multiple languages 21 in and out of the application. Take this application server and proxy
|
/unit/test/ |
H A D | test_tls.py | 18 def add_tls(self, application='empty', cert='default', port=7080): argument 21 "pass": "applications/" + application, 27 def remove_tls(self, application='empty', port=7080): argument 29 {"pass": "applications/" + application}, 'listeners/*:' + str(port) 503 self.add_tls(application='mirror') 603 self.add_tls(application='mirror') 658 self.add_tls(application='variables') 677 self.add_tls(application='upload')
|
/unit/test/python/syntax_error/ |
H A D | wsgi.py | 1 def application(env, start_response) function
|
/unit/test/python/empty/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
H A D | asgi.py | 1 async def application(scope, receive, send): function
|
/unit/test/python/204_no_content/ |
H A D | wsgi.py | 1 def application(environ, start_response): function
|
H A D | asgi.py | 1 async def application(scope, receive, send): function
|
/unit/ |
H A D | CHANGES | 94 *) Feature: application restart control. 107 application reconfiguration. 296 chrooted application environments. 340 application under high load. 366 for an application. 734 application process. 793 *) Feature: Ruby application module. 819 application option should be used instead. 824 *) Feature: Perl application module. 859 *) Change: in the "limits.timeout" application option: application start [all …]
|
/unit/test/python/start_response_exit/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/lifespan/error_auto/ |
H A D | asgi.py | 1 async def application(scope, receive, send): function
|
/unit/test/python/custom_header/ |
H A D | wsgi.py | 1 def application(environ, start_response): function
|
/unit/test/python/query_string/ |
H A D | wsgi.py | 1 def application(environ, start_response): function
|
/unit/test/python/server_port/ |
H A D | wsgi.py | 1 def application(environ, start_response): function
|
/unit/test/python/body_array/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/body_io_file/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/lifespan/error/ |
H A D | asgi.py | 1 async def application(scope, receive, send): function
|
/unit/test/python/errors_write/ |
H A D | wsgi.py | 1 def application(environ, start_response): function
|
/unit/test/python/callable/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/forwarded_header/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/host/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/write/ |
H A D | wsgi.py | 1 def application(env, start_response): function
|
/unit/test/python/body_io/ |
H A D | wsgi.py | 4 def application(env, start_response): function
|
/unit/test/python/restart/ |
H A D | v1.py | 1 def application(environ, start_response): function
|