package webdav

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

Install

Dune Dependency

Authors

Maintainers

Sources

webdav-1.1.5.tar.gz
md5=7a00bd5934d83ec227ec39d558e8d38e

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: 10 Nov 2017

Dependencies (5)

  1. pxp >= "1.2.8"
  2. ocamlnet >= "4.1.0" & != "4.1.9"
  3. omake build
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None