Added after_this_request decorator.

This commit is contained in:
Armin Ronacher 2012-05-08 13:14:32 +01:00
parent dbfd406a21
commit 086348e2f2
6 changed files with 51 additions and 2 deletions

View file

@ -289,6 +289,8 @@ Useful Functions and Classes
.. autofunction:: make_response
.. autofunction:: after_this_request
.. autofunction:: send_file
.. autofunction:: send_from_directory