MCPcopy
hub / github.com/pallets/flask / post

Method post

tests/test_views.py:33–34  ·  tests/test_views.py::Index.post
(self)

Source from the content-addressed store, hash-verified

31 return class="st">"GET"
32
33 def post(self):
34 return class="st">"POST"
35
36 app.add_url_rule(class="st">"/", view_func=Index.as_view(class="st">"index"))
37

Calls

no outgoing calls

Tested by

no test coverage detected