MCPcopy
hub / github.com/benoitc/gunicorn / app

Function app

gunicorn/util.py:652–657  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

650 msg = to_bytestring(msg)
651
652 def app(environ, start_response):
653 start_response("500 Internal Server Error", [
654 ("Content-Type", "text/plain"),
655 ("Content-Length", str(len(msg)))
656 ])
657 return [msg]
658
659 return app
660

Callers 2

import_appFunction · 0.70
executeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected