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

Function after_request

tests/test_basic.py:689–692  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

687
688 @app.after_request
689 def after_request(response):
690 response.data += b"|after"
691 evts.append("after")
692 return response
693
694 @app.route("/")
695 def index():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected