Attention

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

wsgidav.dav_provider.DAVProvider.customRequestHandler

DAVProvider.customRequestHandler(environ, start_response, defaultHandler)[source]

Optionally implement custom request handling.

requestmethod = environ[“REQUEST_METHOD”] Either

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