Build
Docs
Reference
Guides
Blog
Discord
/
node:http2
/
ServerStreamFileResponseOptionsWithError
P
length
P
offset
P
onError
P
statCheck
P
waitForTrailers
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:http2
/
ServerStreamFileResponseOptionsWithError
P
length
P
offset
P
onError
P
statCheck
P
waitForTrailers
interface
http2.ServerStreamFileResponseOptionsWithError
interface
ServerStreamFileResponseOptionsWithError
length
?
:
number
offset
?
:
number
onError
?
:
(
err
:
ErrnoException
)
=>
void
statCheck
?
:
(
stats
:
Stats
,
headers
:
OutgoingHttpHeaders
,
statOptions
:
StatOptions
)
=>
void
waitForTrailers
?
:
boolean