Python Paste


LilDAV

A DAV-like WSGI app that only knows GET, PUT, DELETE, MKCOL. PROPLIST is also planned, but probably nothing else.


Methods

f __init__(self, directory, root_directory=None) ...

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

f make_app(self, filename) ...

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

This happens when you try to get to a directory without a trailing /

See the source for more information.