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