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

Function user

tests/test_basic.py:1690–1691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1688
1689 @app.route("/user/", methods=["GET", "POST"])
1690 def user():
1691 return flask.request.form["status"]
1692
1693 # default redirect code preserves form data
1694 rv = client.post("/user", data={"status": "success"}, follow_redirects=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected