Searched defs:start_response (Results 1 – 6 of 6) sorted by relevance
/external/autotest/frontend/ |
D | frontend.wsgi | 20 def application(environ, start_response): argument
|
/external/python/mako/examples/wsgi/ |
D | run_wsgi.py | 24 def serve(environ, start_response): argument
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 50 def hello_app(environ,start_response): argument 58 def header_app(environ, start_response): argument 148 def bad_app(environ,start_response): argument 163 def bad_app(environ, start_response): argument 245 def app(environ, start_response): argument
|
/external/python/cpython3/Lib/wsgiref/ |
D | simple_server.py | 134 def demo_app(environ,start_response): argument
|
D | handlers.py | 225 def start_response(self, status, headers,exc_info=None): member in BaseHandler 390 def error_output(self, environ, start_response): argument
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 191 def app(environ, start_response): argument
|