[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

@ -37,4 +37,8 @@ class HTTPClientOptions
* body: (mixed) Setting the body for sending data
*/
const BODY = RequestOptions::BODY;
/**
* auth: (array) Authentication settings for specific requests
*/
const AUTH = RequestOptions::AUTH;
}