Webdav client library
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.
[ Homepage ]
| Author: | Gerd Stolpmann. |
| Last modification date: | 08-Feb-2011 |
| Version: | 1.0 |
| Development status: | Stable |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: BSD |
| Topic: | Communications and networking :: Other protocols |
| Homepage: | http://oss.wink.com/webdav/ |