[WIP] WebDav Storage backend
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user