HomeSort by relevance Sort by last modified time
    Searched full:wsgi_app (Results 1 - 10 of 10) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_gzipper.py 10 wsgi_app = middleware(simple_app) variable
11 app = TestApp(wsgi_app)
test_session.py 7 def wsgi_app(environ, start_response): function
32 wsgi_app = SessionMiddleware(wsgi_app) variable
35 app = TestApp(wsgi_app)
48 app = TestApp(wsgi_app)
test_errordocument.py 76 wsgi_app = forward(auth_docs_app, codes={401: '/auth_doc'})
77 app = TestApp(wsgi_app)
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
open_id.py 36 wsgi_app = open_id.middleware(wsgi_app, '/somewhere/to/store/openid/data')
45 wsgi_app = open_id.middleware(wsgi_app, '/somewhere/to/store/openid/data',
  /external/chromium-trace/catapult/third_party/WebOb/docs/
reference.txt 505 >>> def wsgi_app(environ, start_response):
508 >>> req.call_application(wsgi_app)
518 >>> res = req.get_response(wsgi_app)
wiki-example.txt 46 WSGI applications are callables like ``wsgi_app(environ,
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
errormiddleware.py 30 error_catching_wsgi_app = ErrorMiddleware(wsgi_app)
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 349 def wsgi_app(environ, start_response):
httpserver.py     [all...]
  /external/chromium-trace/catapult/third_party/webapp2/
CHANGES 417 - Renamed WSGIApplication.wsgi_app to WSGIApplication.dispatch.

Completed in 252 milliseconds