mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:54:26 +02:00
[WIP] WebDav Storage backend
This commit is contained in:
parent
13a91e63aa
commit
1c089e8d89
3 changed files with 10 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue