Latest Version: 0.9.6.2

ArchiveStore

Returns an application that serves up a DataApp for items requested in a given zip or tar archive.

Constructor Arguments:

filepath the path to the archive being served

cache_control()

This method provides validated construction of the Cache-Control header as well as providing for automated filling out of the EXPIRES header for HTTP/1.0 clients.

Methods

f __call__(self, environ, start_response) ...

f __init__(self, filepath) ...

f cache_control(self, **kwargs) ...

See the source for more information.

Top