Attention

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

wsgidav.dir_browser

Description

WSGI middleware that handles GET requests on collections to display directories.

Classes

WsgiDavDirBrowser(application, config) WSGI middleware that handles GET requests on collections to display directories.

Other Members

BaseMiddleware(application, config) Abstract base middleware class.
DAVError(statusCode[, contextinfo, …]) General error class that is used to signal HTTP and WEBDAV errors.
HTTP_MEDIATYPE_NOT_SUPPORTED int(x=0) -> int or long int(x, base=10) -> int or long
HTTP_OK int(x=0) -> int or long int(x, base=10) -> int or long
PAGE_CSS str(object=’‘) -> string
PAGE_SCRIPT str(object=’‘) -> string
compat Tool functions to support Python 2 and 3.
e str(object=’‘) -> string
el tuple() -> empty tuple tuple(iterable) -> tuple initialized from iterable’s items
msOfficeExtToTypeMap dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list.For example: dict(one=1, two=2).
msOfficeTypeToExtMap dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list.For example: dict(one=1, two=2).
os OS routines for NT or Posix depending on what system we’re on.
safeReEncode(s, encoding_to[, errors]) Re-encode str or binary so that is compatible with a given encoding (replacing unsupported chars).
sys This module provides access to some objects used or maintained by the interpreter and to functions that interact strongly with the interpreter.
t str(object=’‘) -> string
util Miscellaneous support functions for WsgiDAV.