The abstract HTTP_WebDAV_Server base class
The actual PHP framework for writing a customized WebDAV
server is implemented as an abstract base class.
The class already takes care of most of the protocol specific
stuff like:
- • HTTP header parsing
- • XML parsing and generation
- • authentication
- • type conversions
- • status codes
- • lock checks
- • the OPTIONS reply
- • partial GET and PUT requests
- • known client 'issues'
- • ...