Home
last modified time | relevance | path

Searched defs:start_response (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/devel/py-diazo/diazo-1.2.11/lib/diazo/tests/
H A Dtest_wsgi.py167 def application(environ, start_response): argument
198 def application(environ, start_response): argument
228 def application(environ, start_response): argument
258 def application(environ, start_response): argument
285 def application(environ, start_response): argument
311 def application(environ, start_response): argument
338 def application(environ, start_response): argument
368 def application(environ, start_response): argument
401 def application(environ, start_response): argument
425 def application(environ, start_response): argument
[all …]
/dports/devel/py-wsgi-intercept/wsgi_intercept-1.9.2/wsgi_intercept/tests/
H A Dwsgi_app.py13 def simple_app(environ, start_response): argument
21 def more_interesting_app(environ, start_response): argument
26 def post_status_headers_app(environ, start_response): argument
33 def raises_app(environ, start_response): argument
37 def empty_string_app(environ, start_response): argument
42 def generator_app(environ, start_response): argument
/dports/www/py-seafdav/seafdav-8.0.7-server/wsgidav/
H A Drequest_server.py70 def __call__(self, environ, start_response): argument
272 def do_PROPFIND(self, environ, start_response): argument
486 def do_MKCOL(self, environ, start_response): argument
525 def do_POST(self, environ, start_response): argument
532 def do_DELETE(self, environ, start_response): argument
745 def do_PUT(self, environ, start_response): argument
858 def do_COPY(self, environ, start_response): argument
861 def do_MOVE(self, environ, start_response): argument
1191 def do_LOCK(self, environ, start_response): argument
1515 def do_GET(self, environ, start_response): argument
[all …]
/dports/www/py-wsgidav/WsgiDAV-3.1.0/wsgidav/
H A Drequest_server.py69 def __call__(self, environ, start_response): argument
271 def do_PROPFIND(self, environ, start_response): argument
485 def do_MKCOL(self, environ, start_response): argument
524 def do_POST(self, environ, start_response): argument
531 def do_DELETE(self, environ, start_response): argument
744 def do_PUT(self, environ, start_response): argument
857 def do_COPY(self, environ, start_response): argument
860 def do_MOVE(self, environ, start_response): argument
1193 def do_LOCK(self, environ, start_response): argument
1517 def do_GET(self, environ, start_response): argument
[all …]
/dports/www/py-asgiref/asgiref-3.4.1/tests/
H A Dtest_wsgi.py15 def wsgi_application(environ, start_response): argument
64 def wsgi_application(environ, start_response): argument
106 def wsgi_application(environ, start_response): argument
140 def wsgi_application(environ, start_response): argument
186 def wsgi_application(environ, start_response): argument
224 def wsgi_application(environ, start_response): argument
265 def wsgi_application(environ, start_response): argument
/dports/www/py-paste/Paste-3.4.6/tests/
H A Dtest_errordocument.py5 def simple_app(environ, start_response): argument
9 def not_found_app(environ, start_response): argument
20 def error_docs_app(environ, start_response): argument
62 def auth_required_app(environ, start_response): argument
66 def auth_docs_app(environ, start_response): argument
86 def app(environ, start_response): argument
H A Dtest_recursive.py5 def error_docs_app(environ, start_response): argument
21 def __call__(self, environ, start_response): argument
48 def __call__(self, environ, start_response): argument
56 def __call__(self, environ, start_response): argument
68 def __call__(self, environ, start_response): argument
101 def __call__(self, environ, start_response): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/tests/
H A Dtest_errordocument.py5 def simple_app(environ, start_response): argument
9 def not_found_app(environ, start_response): argument
20 def error_docs_app(environ, start_response): argument
62 def auth_required_app(environ, start_response): argument
66 def auth_docs_app(environ, start_response): argument
86 def app(environ, start_response): argument
H A Dtest_recursive.py5 def error_docs_app(environ, start_response): argument
21 def __call__(self, environ, start_response): argument
48 def __call__(self, environ, start_response): argument
56 def __call__(self, environ, start_response): argument
68 def __call__(self, environ, start_response): argument
101 def __call__(self, environ, start_response): argument
/dports/www/py-webob/WebOb-1.8.7/tests/
H A Dtest_exc.py49 def _response(environ, start_response): argument
141 def start_response(status, headers, exc_info=None): function
162 def start_response(status, headers, exc_info=None): function
177 def start_response(status, headers, exc_info=None): function
300 def head_app(environ, start_response): argument
439 def app(environ, start_response): argument
449 def wsgi_response(environ, start_response): argument
451 def app(environ, start_response): argument
464 def wsgi_response(environ, start_response): argument
466 def app(environ, start_response): argument
[all …]
H A Dtest_client.py38 def start_response(status, headers): function
62 def start_response(status, headers): function
80 def start_response(status, headers): function
96 def start_response(status, headers): function
110 def start_response(status, headers): function
124 def start_response(status, headers): function
138 def start_response(status, headers): function
150 def start_response(status, headers): function
166 def start_response(status, headers): function
178 def start_response(status, headers): function
[all …]
/dports/net/py-eventlet/eventlet-0.33.0/tests/
H A Dwsgi_test.py38 def hello_world(env, start_response): argument
47 def chunked_app(env, start_response): argument
54 def chunked_fail_app(environ, start_response): argument
76 def big_chunks(env, start_response): argument
83 def use_write(env, start_response): argument
94 def chunked_post(env, start_response): argument
104 def already_handled(env, start_response): argument
114 def __call__(self, env, start_response): argument
124 def __call__(self, env, start_response): argument
134 def __call__(self, env, start_response): argument
[all …]
/dports/devel/py-pyro/Pyro4-4.77/src/Pyro4/utils/
H A Dhttpgateway.py56 def invalid_request(start_response): argument
62 def not_found(start_response): argument
68 def redirect(start_response, target): argument
158 def return_homepage(environ, start_response): argument
201 def process_pyro_request(environ, path, parameters, start_response): argument
271 def pyro_app(environ, start_response): argument
/dports/www/py-bjoern/bjoern-3.1.0/tests/
H A Dslow_server.py8 def return_tuple(environ, start_response): argument
13 def return_huge_answer(environ, start_response): argument
17 def return_404(environ, start_response): argument
26 def choose(environ, start_response): argument
H A Dall-kinds-of-errors.py3 def invalid_header_type(environ, start_response): argument
7 def invalid_header_tuple(environ, start_response): argument
12 def invalid_header_tuple_item(environ, start_response): argument
/dports/www/py-turbogears2/TurboGears2-2.3.12/tests/test_stack/
H A Dtest_registry.py13 def simpleapp(environ, start_response): argument
19 def simpleapp_withregistry(environ, start_response): argument
25 def simpleapp_withregistry_default(environ, start_response): argument
37 def __call__(self, environ, start_response): argument
52 def __call__(self, environ, start_response): argument
67 def __call__(self, environ, start_response): argument
266 def app(environ, start_response): argument
284 def app(environ, start_response): argument
304 def app(environ, start_response): argument
319 def app(environ, start_response): argument
/dports/www/py-pecan/pecan-1.3.3/pecan/tests/middleware/
H A Dtest_recursive.py9 def simple_app(environ, start_response): argument
14 def error_docs_app(environ, start_response): argument
32 def __call__(self, environ, start_response): argument
64 def __call__(self, environ, start_response): argument
72 def __call__(self, environ, start_response): argument
80 def __call__(self, environ, start_response): argument
90 def __call__(self, environ, start_response): argument
102 def __call__(self, e, start_response): argument
138 def __call__(self, environ, start_response): argument
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/services/
H A Dtmserver.py87 def translate_unit(self, environ, start_response, uid, slang, tlang): argument
101 def add_unit(self, environ, start_response, uid, slang, tlang): argument
111 def update_unit(self, environ, start_response, uid, slang, tlang): argument
121 def forget_unit(self, environ, start_response, uid): argument
129 def get_store_stats(self, environ, start_response, sid): argument
137 def upload_store(self, environ, start_response, sid, slang, tlang): argument
150 def add_store(self, environ, start_response, sid, slang, tlang): argument
159 def forget_store(self, environ, start_response, sid): argument
/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/
H A Dtest_test.py27 def cookie_app(environ, start_response): argument
36 def redirect_loop_app(environ, start_response): argument
41 def redirect_with_get_app(environ, start_response): argument
69 def multi_value_post_app(environ, start_response): argument
599 def middleware(environ, start_response): argument
611 def test_app(environ, start_response): argument
645 def simple_app(environ, start_response): argument
649 def yielding_app(environ, start_response): argument
660 def depends_on_close(environ, start_response): argument
729 def bar(environ, start_response): argument
[all …]
/dports/www/py-paste/Paste-3.4.6/tests/test_exceptions/
H A Dtest_error_middleware.py26 def clear_throw_errors(environ, start_response): argument
47 def unicode_bad_app(environ, start_response): argument
50 def start_response_app(environ, start_response): argument
54 def after_start_response_app(environ, start_response): argument
58 def iter_app(environ, start_response): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/tests/test_exceptions/
H A Dtest_error_middleware.py26 def clear_throw_errors(environ, start_response): argument
47 def unicode_bad_app(environ, start_response): argument
50 def start_response_app(environ, start_response): argument
54 def after_start_response_app(environ, start_response): argument
58 def iter_app(environ, start_response): argument
/dports/devel/py-pyquery/pyquery-1.4.3/tests/
H A Dapps.py7 def input_app(environ, start_response): argument
21 def application(environ, start_response): argument
31 def secure_application(environ, start_response): argument
/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/middleware/
H A Dtest_lint.py10 def dummy_application(environ, start_response): argument
43 def my_dummy_application(environ, start_response): argument
66 def my_dummy_application(environ, start_response): argument
78 def my_dummy_application(environ, start_response): argument
/dports/www/py-waitress/waitress-2.0.0/tests/
H A Dtest_task.py415 def app(environ, start_response): argument
424 def app(environ, start_response): argument
437 def app(environ, start_response): argument
452 def app(environ, start_response): argument
462 def app(environ, start_response): argument
470 def app(environ, start_response): argument
478 def app(environ, start_response): argument
486 def app(environ, start_response): argument
494 def app(environ, start_response): argument
502 def app(environ, start_response): argument
[all …]
/dports/www/py-WebError/WebError-0.13.1/tests/
H A Dtest_error_middleware.py21 def clear_throw_errors(environ, start_response): argument
42 def start_response_app(environ, start_response): argument
46 def after_start_response_app(environ, start_response): argument
50 def iter_app(environ, start_response): argument

12345678910>>...45