Added make_response

This commit is contained in:
Armin Ronacher 2010-07-17 11:36:16 +02:00
parent e20534dbf5
commit 6fc1492357
5 changed files with 65 additions and 1 deletions

View file

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