package webdav

  1. Overview
  2. Docs
method cancel : unit -> unit
method copy : Netfs.copy_flag list -> string -> string -> unit
method last_response_header : Nethttp.http_header
method last_response_status : Nethttp.http_status * int * string
method last_webdav_response_status : Webdav_http.webdav_status * int * string
method mkdir : Netfs.mkdir_flag list -> string -> unit
method nominal_dot_dot : bool
method path_encoding : Netconversion.encoding option
method path_exclusions : (int * int) list
method pipeline : Nethttp_client.pipeline
method read_file : Webdav_compat.Http_fs.read_file_flag list -> string -> Netfs.local_file
method readdir : Netfs.readdir_flag list -> string -> string list
method remove : Netfs.remove_flag list -> string -> unit
method rename : Netfs.rename_flag list -> string -> string -> unit
method rmdir : Netfs.rmdir_flag list -> string -> unit
method size : Netfs.size_flag list -> string -> int64
method test : Netfs.test_flag list -> string -> Netfs.test_type -> bool
method test_list : Netfs.test_flag list -> string -> Netfs.test_type list -> bool list
method translate : string -> string
method webdav_client : Webdav_client.webdav_client_t
method write_file : Webdav_compat.Http_fs.write_file_flag list -> string -> Netfs.local_file -> unit