LilDAV
A DAV-like WSGI app that only knows GET, PUT, DELETE, MKCOL. PROPLIST is also planned, but probably nothing else.
The LilDAV class is accessible via the ohm.lildav module.
Methods
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.