[WIP] WebDav Storage backend

This commit is contained in:
Philipp
2021-08-25 23:47:18 +02:00
parent 13a91e63aa
commit 1c089e8d89
3 changed files with 10 additions and 11 deletions

View File

@@ -97,6 +97,7 @@ interface IHTTPClient
* 'cookiejar' => path to cookie jar file
* 'header' => header array
* 'content_length' => int maximum File content length
* 'auth' => array authentication settings
*
* @return IHTTPResult
*/