Class Webdav_client_methods.put


class put : ?content_type:string -> ?content_length:int64 -> ?expect_handshake:bool -> ?strip_prefix:string -> string -> Netmime.mime_body -> put_call_t
new put url body: Uploads the contents of body to the server so it will be visible at url.

Note that some servers do not permit that existing files are replaced. The RFC says nothing about this case, though.