package webdav

  1. Overview
  2. No Docs
Implements the client side of the WebDAV protocol (RFC 4918)

Install

Dune Dependency

Authors

Maintainers

Sources

webdav-1.1.tar.gz
md5=23db105a570a4065ba04bbe2b804b43f

Description

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.

Published: 21 Nov 2013

Dependencies (6)

  1. pxp
  2. pcre
  3. omake
  4. ocamlnet < "3.5.1"
  5. ocamlfind
  6. ocaml < "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None