wsgidav.dav_provider.DAVProvider.custom_request_handler#

DAVProvider.custom_request_handler(environ, start_response, default_handler)[source]#

Optionally implement custom request handling.

requestmethod = environ[“REQUEST_METHOD”] Either

  • handle the request completely

  • do additional processing and call default_handler(environ, start_response)