webdav
Implements the client side of the WebDAV protocol (RFC 4918)
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 10 Nov 2017
- Authors
- Maintainers
Sources
Dependencies
pxp
>= "1.2.8"
ocamlnet
>= "4.1.0" & != "4.1.9"
omake
build
ocamlfind
build
ocaml
>= "4.01.0" & < "4.08.0"
Reverse Dependencies