MCPcopy Create free account
hub / github.com/pallets/flask / from_text_headers

Function from_text_headers

tests/test_basic.py:1133–1134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1131
1132 @app.route("/text_headers")
1133 def from_text_headers():
1134 return "Hello", {"X-Foo": "Test", "Content-Type": "text/plain; charset=utf-8"}
1135
1136 @app.route("/text_status")
1137 def from_text_status():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected