mpaste.fileapp...
- This module handles sending static content such as in-memory data or
files. At this time it has cache helpers and understands the
if-modified-since request header.
CFileApp...
- 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.
CDataApp...
- Returns an application that will send content in a single chunk,
this application has support for setting cache-control and for
responding to conditional (or HEAD) requests.