Added support for send_file

This commit is contained in:
Armin Ronacher 2010-05-10 11:27:42 +02:00
parent 4156bd412f
commit 2d87e9bc37
4 changed files with 161 additions and 2 deletions

View file

@ -213,6 +213,8 @@ Useful Functions and Classes
.. autofunction:: redirect
.. autofunction:: send_file
.. autofunction:: escape
.. autoclass:: Markup