Home
last modified time | relevance | path

Searched refs:start_response (Results 251 – 275 of 1458) sorted by relevance

1...<<11121314151617181920>>...59

/dports/devel/py-diazo/diazo-1.2.11/lib/diazo/
H A Dwsgi.py277 def __call__(self, environ, start_response): argument
280 return self.app(environ, start_response)
295 return response(environ, start_response)
302 return response(environ, start_response)
313 return response(environ, start_response)
357 return response(environ, start_response)
631 def __call__(self, environ, start_response): argument
641 return self.filter_middleware(environ, start_response)
659 return transform_middleware(environ, start_response)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/beaker/
H A Dmiddleware.py67 def __call__(self, environ, start_response): argument
73 return self.app(environ, start_response)
137 def __call__(self, environ, start_response): argument
155 return start_response(status, headers, exc_info)
/dports/www/py-beaker/Beaker-1.11.0/beaker/
H A Dmiddleware.py67 def __call__(self, environ, start_response): argument
73 return self.app(environ, start_response)
137 def __call__(self, environ, start_response): argument
155 return start_response(status, headers, exc_info)
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cptree.py169 def __call__(self, environ, start_response): argument
171 return self.wsgiapp(environ, start_response)
286 def __call__(self, environ, start_response): argument
298 start_response('404 Not Found', [])
313 return app(environ, start_response)
/dports/devel/libunit/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/devel/libunit/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/devel/libunit/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/www/unit/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-php/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/www/unit-php/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-php/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-perl/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/www/unit-python/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/www/unit-python/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-python/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-perl/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-perl/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/uwsgi/uwsgi-2.0.20/tests/
H A Dtestyieldnone.py11 def application(env, start_response): argument
12 start_response('200', [])
/dports/www/unit-java/unit-1.26.1/test/python/204_no_content/
H A Dwsgi.py1 def application(environ, start_response): argument
3 start_response('204 No Content', [])
/dports/www/unit-java/unit-1.26.1/test/python/empty/
H A Dwsgi.py1 def application(env, start_response): argument
2 start_response('200', [('Content-Length', '0')])
/dports/www/unit-java/unit-1.26.1/test/python/syntax_error/
H A Dwsgi.py1 def application(env, start_response) argument
2 start_response('200', [('Content-Length', '0')])
/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_207.c40 ne_207_start_response *start_response; member
84 p->start_response = start; in ne_207_set_response_handlers()
172 if (p->start_response && HAVE_CDATA(p)) { in end_element()
173 p->response = p->start_response(p->userdata, cdata); in end_element()
256 static void *start_response(void *userdata, const char *href) in start_response() function
312 ne_207_set_response_handlers(p207, start_response, end_response); in ne_simple_request()
/dports/www/py-paste/Paste-3.4.6/tests/urlparser_data/not_found/simple/
H A D__init__.py1 def not_found_hook(environ, start_response): argument
2 start_response('200 OK', [('Content-type', 'text/plain')])

1...<<11121314151617181920>>...59