Searched refs:raw_interactive (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/ |
D | test_auth_cookie.py | 9 from paste.wsgilib import raw_interactive, dump_environ 25 raw_interactive(app) 31 raw_interactive(app) 37 raw_interactive(app,{'HTTP_COOKIE': cookie})
|
D | test_auth_digest.py | 6 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/ |
D | wsgilib.txt | 15 .. autofunction:: raw_interactive
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | wsgilib.py | 278 def raw_interactive(application, path='', raise_on_wsgi_error=False, function 390 status, headers, content, errors = raw_interactive(*args, **kw)
|
D | fixture.py | 406 raw_res = wsgilib.raw_interactive(
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | news.txt | 954 - fixes to ``raw_interactive`` to comply with WSGI specifications 956 - ``raw_interactive`` now logs all 5xx exceptions and sets HTTP_HOST
|