92
92
mime_dirlisting = "text/html"
93
93
#mime_dirlisting = "application/json"
99
97
"""Handler for the File Services application."""
101
102
# We really, really don't want the responses to be cached.
102
103
req.headers_out['Cache-Control'] = 'no-store, no-cache, must-revalidate'