bunway
Preparing search index...
SendFileOptions
Interface SendFileOptions
interface
SendFileOptions
{
acceptRanges
?:
boolean
;
cacheControl
?:
boolean
;
dotfiles
?:
"allow"
|
"deny"
|
"ignore"
;
headers
?:
Record
<
string
,
string
>
;
immutable
?:
boolean
;
lastModified
?:
boolean
;
maxAge
?:
number
;
root
?:
string
;
}
Index
Properties
accept
Ranges?
cache
Control?
dotfiles?
headers?
immutable?
last
Modified?
max
Age?
root?
Properties
Optional
accept
Ranges
acceptRanges
?:
boolean
Optional
cache
Control
cacheControl
?:
boolean
Optional
dotfiles
dotfiles
?:
"allow"
|
"deny"
|
"ignore"
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
immutable
immutable
?:
boolean
Optional
last
Modified
lastModified
?:
boolean
Optional
max
Age
maxAge
?:
number
Optional
root
root
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
Ranges
cache
Control
dotfiles
headers
immutable
last
Modified
max
Age
root
bunway
Loading...