Home
last modified time | relevance | path

Searched refs:raw_interactive (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
Dtest_auth_cookie.py9 from paste.wsgilib import raw_interactive, dump_environ
25 raw_interactive(app)
31 raw_interactive(app)
37 raw_interactive(app,{'HTTP_COOKIE': cookie})
Dtest_auth_digest.py6 from paste.wsgilib import raw_interactive
36 raw_interactive(application,path, accept='text/html')
43 raw_interactive(application,path,
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dwsgilib.txt15 .. autofunction:: raw_interactive
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgilib.py278 def raw_interactive(application, path='', raise_on_wsgi_error=False, function
390 status, headers, content, errors = raw_interactive(*args, **kw)
Dfixture.py406 raw_res = wsgilib.raw_interactive(
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt954 - fixes to ``raw_interactive`` to comply with WSGI specifications
956 - ``raw_interactive`` now logs all 5xx exceptions and sets HTTP_HOST