class type webdav_stream_fs = object
.. end
Inherits
method last_response_status : Nethttp.http_status * int * string
This is the status method inherited from Http_fs
. Note that it
cannot report Webdav-specific codes like `Multi_status
. These
codes are mapped to base codes (e.g. `Ok
).
method last_webdav_response_status : Webdav_http.webdav_status * int * string
This is a specialized version of last_response_status
also
supporting Webdav-specific status codes.
method webdav_client : Webdav_client.webdav_client_t
The underlying WebDAV client