Plasma GitLab Archive
Projects Blog Knowledge

WebDAV Reference Manual

This library implements the client side of the WebDAV protocol (RFC 4918). The file locking part of WebDAV is omitted, though.

The library uses Ocamlnet's netclient library for client-side HTTP, and extends it by providing the required access methods for WebDAV. Additionally, there is also an implementation for Ocamlnet's Netfs.stream_fs abstraction modelling a simple file system.

This work is sponsored and property of Mylife.com, Los Angeles, CA. It can be used by everyone according to the license agreement. The author is Gerd Stolpmann, gerd@gerd-stolpmann.de.


Webdav_client_methods
Extension of the Http_client module for submitting WebDAV requests.
Webdav_client
WebDAV client (synchronous)
Webdav_client_ha
High-availability add-on for the WebDAV client
Webdav_netfs
WebDAV support for the Netfs API
Webdav_http
Extension of Nethttp for WebDAV support
Webdav_xml
Parsing and printing XML for WebDAV messages

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml