MCPcopy
hub / github.com/pallets/werkzeug / wsgi_application

Function wsgi_application

tests/test_wrappers.py:356–358  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

354
355def test_type_forcing():
356 def wsgi_application(environ, start_response):
357 start_response("200 OK", [("Content-Type", "text/html")])
358 return ["Hello World!"]
359
360 base_response = wrappers.Response("Hello World!", content_type="text/html")
361

Callers

nothing calls this directly

Calls 1

start_responseFunction · 0.85

Tested by

no test coverage detected