Modules

allows you to write server-side functions to accept, process and respond to WebDAV client requests. WebDAV - RFC 2518 - is a protocol which allows clients to manipulate files on a remote server using HTTP.
Allows for customized password lookups when using the Digest authorization mechanism.
Implements the COPY method
Implements the DELETE method
Implements the LOCK method
Implements the MKCOL method
Implements the MOVE method
Implements the OPTIONS method
Implements the PROPFIND method
Implements the PROPPATCH method
Implements the PUT method
Produces all response codes, headers and sends output to client
Implements the UNLOCK method