package webdav

  1. Overview
  2. Docs
method assoc_multi_req_header : string -> string list
method assoc_multi_resp_header : string -> string list
method assoc_req_header : string -> string
method assoc_resp_header : string -> string
method auth_status : unit Webdav_compat.Http_client.auth_status
method bad_paths : string list
method call_status : call_status
method dest_status : unit -> string * int * string
method effective_query_path : string
method effective_request_uri : string
method empty_path_replacement : string
method fully_successful : bool
method get_host : unit -> string
method get_path : unit -> string
method get_port : unit -> int
method get_req_body : unit -> string
method get_req_header : unit -> (string * string) list
method get_req_method : unit -> string
method get_resp_body : unit -> string
method get_resp_header : unit -> (string * string) list
method get_uri : unit -> string
method good_paths : string list
method gssapi_props : Netsys_gssapi.client_props option
method has_req_body : bool
method has_resp_body : bool
method is_idempotent : bool
method is_proxy_allowed : unit -> bool
method is_served : bool
method max_response_body_length : int64
method multistatus : response_t list
method no_proxy : unit -> unit
method paths : string list
method proxy_enabled : bool
method proxy_use_connect : bool
method query_path : string
method request_body : Netmime.mime_body
method request_method : string
method request_uri : string
method response_body : Netmime.mime_body
method response_header : Netmime.mime_header
method response_of_path : string -> response_t
method response_protocol : string
method response_status : Nethttp.http_status
method response_status_code : int
method response_status_text : string
method response_webdav_status : Webdav_http.webdav_status
method responsedescription : string
method same_call : unit -> Webdav_compat.Http_client.http_call
method set_accept_encoding : unit -> unit
method set_chunked_request : unit -> unit
method set_expect_handshake : unit -> unit
method set_max_response_body_length : int64 -> unit
method set_proxy_enabled : bool -> unit
method set_req_header : string -> string -> unit
method set_request_body : Netmime.mime_body -> unit
method set_request_device : (unit -> Uq_io.in_device) -> unit
method set_request_header : Netmime.mime_header -> unit
method set_request_uri : string -> unit
method set_response_body_storage : Webdav_compat.Http_client.response_body_storage -> unit
method set_transport_layer : Webdav_compat.Http_client.transport_layer_id -> unit
method status_report : string
method tls_session_props : Nettls_support.tls_session_props option