﻿wsgidav.request\_server
=======================

..
  Custom formatting of module doc layout
  https://stackoverflow.com/questions/48074094/use-sphinx-autosummary-recursively-to-generate-api-documentation
  TODO: how can we add the documented module attributes (constants, ...)?

.. rubric:: Description

.. automodule:: wsgidav.request_server

.. currentmodule:: wsgidav.request_server




.. rubric:: Classes

.. autosummary::
    :toctree: .
    
    RequestServer
    










.. rubric:: Other Members

.. autosummary::

 
    DEFAULT_BLOCK_SIZE
    HTTP_BAD_GATEWAY
    HTTP_BAD_REQUEST
    HTTP_CONFLICT
    HTTP_CREATED
    HTTP_FAILED_DEPENDENCY
    HTTP_FORBIDDEN
    HTTP_INTERNAL_ERROR
    HTTP_MEDIATYPE_NOT_SUPPORTED
    HTTP_METHOD_NOT_ALLOWED
    HTTP_NOT_FOUND
    HTTP_NOT_IMPLEMENTED
    HTTP_NO_CONTENT
    HTTP_OK
    HTTP_PRECONDITION_FAILED
    HTTP_RANGE_NOT_SATISFIABLE
    PRECONDITION_CODE_LockTokenMismatch
    PRECONDITION_CODE_PropfindFiniteDepth
