node-webserver
Preparing search index...
StaticOptions
Type Alias StaticOptions
type
StaticOptions
=
{
cacheControl
?:
string
;
dotFiles
?:
"allow"
|
"deny"
|
"ignore"
;
headers
?:
|
HeadersInit
|
(
(
filePath
:
string
,
stats
:
Awaited
<
ReturnType
<
typeof
stat
>
>
,
)
=>
HeadersInit
)
;
index
?:
string
;
}
Index
Properties
cache
Control?
dot
Files?
headers?
index?
Properties
Optional
cache
Control
cacheControl
?:
string
Optional
dot
Files
dotFiles
?:
"allow"
|
"deny"
|
"ignore"
Optional
headers
headers
?:
|
HeadersInit
|
(
(
filePath
:
string
,
stats
:
Awaited
<
ReturnType
<
typeof
stat
>
>
,
)
=>
HeadersInit
)
Optional
index
index
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Control
dot
Files
headers
index
node-webserver
Loading...