FileApp
Returns an application that will send the file at the given
filename. Adds a mime type based on mimetypes.guess_type().
See DataApp for the arguments beyond filename.
The FileApp class is accessible via the
paste.fileapp
module.
Attributes
Methods
f
get(self, environ, start_response)
...
See
the source
for more information.