()
| 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(): |
nothing calls this directly
no outgoing calls
no test coverage detected