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

Function before_request

tests/test_basic.py:685–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

683
684 @app.before_request
685 def before_request():
686 evts.append("before")
687
688 @app.after_request
689 def after_request(response):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected