forked from orbit-oss/flask
More documentation updates
This commit is contained in:
parent
a9fc040c39
commit
115d31ddbf
3 changed files with 53 additions and 1 deletions
|
|
@ -831,6 +831,8 @@ class Flask(_PackageBoundObject):
|
|||
"""Dispatches the request and on top of that performs request
|
||||
pre and postprocessing as well as HTTP exception catching and
|
||||
error handling.
|
||||
|
||||
.. versionadded:: 0.7
|
||||
"""
|
||||
try:
|
||||
request_started.send(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue