Attention

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

5.5.3.1.14. wsgidav.request_server

WSGI application that handles one single WebDAV request.

See Developers info for more information about the WsgiDAV architecture.

Functions

StringIO StringIO([s]) – Return a StringIO-like stream for reading or writing
asDAVError(e) Convert any non-DAVError exception to HTTP_INTERNAL_ERROR.
getHttpStatusString(v) Return HTTP response string, e.g.
urlparse(url[, scheme, allow_fragments]) Parse a URL into 6 components: <scheme>://<netloc>/<path>;<params>?<query>#<fragment> Return a 6-tuple: (scheme, netloc, path, params, query, fragment).

Classes

RequestServer(davProvider)

Exceptions

DAVError(statusCode[, contextinfo, …])