Preparing search index...
The search index is not available
@nextcloud/files
@nextcloud/files
dav
<internal>
RequestOptionsBase
Interface RequestOptionsBase
interface
RequestOptionsBase
{
data
?:
RequestDataPayload
;
headers
?:
Headers
;
httpAgent
?:
any
;
httpsAgent
?:
any
;
maxRedirects
?:
number
;
method
:
string
;
onDownloadProgress
?:
ProgressEventCallback
;
onUploadProgress
?:
ProgressEventCallback
;
signal
?:
AbortSignal
;
transformResponse
?:
(
value
:
any
)
=>
any
[]
;
url
?:
string
;
withCredentials
?:
boolean
;
}
Hierarchy (
View Summary
)
RequestOptionsBase
RequestOptionsCustom
Index
Properties
data?
headers?
http
Agent?
https
Agent?
max
Redirects?
method
on
Download
Progress?
on
Upload
Progress?
signal?
transform
Response?
url?
with
Credentials?
Properties
Optional
data
data
?:
RequestDataPayload
Optional
headers
headers
?:
Headers
Optional
http
Agent
httpAgent
?:
any
Optional
https
Agent
httpsAgent
?:
any
Optional
max
Redirects
maxRedirects
?:
number
method
method
:
string
Optional
on
Download
Progress
onDownloadProgress
?:
ProgressEventCallback
Optional
on
Upload
Progress
onUploadProgress
?:
ProgressEventCallback
Optional
signal
signal
?:
AbortSignal
Optional
transform
Response
transformResponse
?:
(
value
:
any
)
=>
any
[]
Optional
url
url
?:
string
Optional
with
Credentials
withCredentials
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
http
Agent
https
Agent
max
Redirects
method
on
Download
Progress
on
Upload
Progress
signal
transform
Response
url
with
Credentials
@nextcloud/files
Loading...