Attention

You are looking at outdated documentation for version 2.x. A newer version is available.

wsgidav.fs_dav_provider.FilesystemProvider.customRequestHandler

FilesystemProvider.customRequestHandler(environ, start_response, defaultHandler)

Optionally implement custom request handling.

requestmethod = environ[“REQUEST_METHOD”] Either

  • handle the request completely
  • do additional processing and call defaultHandler(environ, start_response)