Searched defs:start_response (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dscgiserver.py89 def start_response(status, response_headers, exc_info=None): function in function:SWAP.handle_connection
105 result = self.app_obj(environ, start_response)
112 # Error -- the app never called start_response
115 chunks = ["XXX start_response never called"]
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dmodpython.py160 result = application(self.environ, self.start_response)
176 def start_response(self, status, headers, exc_info=None): member in class:Handler
H A Drecursive.py42 def __call__(self, environ, start_response):
52 return self.app(environ, start_response)
69 def __call__(self, environ, start_response):
73 start_response)
77 start_response)
81 start_response)
85 return self.application(environ, start_response)
89 return middleware(environ, start_response)
115 def app(environ, start_response):
117 start_response("20
321 def start_response(status, headers, exc_info=None): function in function:Includer.activate
375 def start_response(status, headers, exc_info=None): function in function:IncluderAppIter.activate
[all...]
H A Dwsgilib.py171 def catch_errors(application, environ, start_response, error_callback,
180 app_iter = application(environ, start_response)
216 def catch_errors_app(application, environ, start_response, error_callback_app,
221 ``start_response``, and ``exc_info``. It should call
222 ``start_response`` (*with* the exc_info argument!) and return an
226 app_iter = application(environ, start_response)
228 return error_callback_app(environ, start_response, sys.exc_info())
236 environ, start_response, app_iter,
241 def __init__(self, environ, start_response, app_iterable,
244 self.start_response
327 def start_response(status, headers, exc_info=None): function in function:raw_interactive
[all...]
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dresponse_test.py125 def start_response(status, headers): function in function:TestResponse.test_wsgi_write
129 rsp.wsgi_write(start_response)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dwebapp_test_util.py146 def start_response(status, headers): function in function:RequestHandlerTestBase.CheckResponse
166 self.handler.response.wsgi_write(start_response)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
H A Dservice_handlers_test.py141 def start_response(response, headers): function in function:VerifyResponse
155 response.wsgi_write(start_response)
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Drequest.py1276 def start_response(status, headers, exc_info=None): function in function:BaseRequest.call_application
1281 app_iter = application(self.environ, start_response)

Completed in 176 milliseconds