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