DAV-0.4.1: RFC 4918 WebDAV support

Safe HaskellNone

Network.Protocol.HTTP.DAV

Synopsis

Documentation

makeCollection :: String -> ByteString -> ByteString -> IO BoolSource

Creates a WebDAV collection, which is similar to a directory.

Returns False if the collection could not be made due to an intermediate collection not existing. (Ie, collection abcd cannot be made until collection ab/c exists.)

data Depth Source

Constructors

Depth0 
Depth1 
DepthInfinity 

Instances