[WIP] WebDav Storage backend

This commit is contained in:
Philipp 2021-08-25 23:47:18 +02:00
parent 13a91e63aa
commit 1c089e8d89
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
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
*/