interface ServerStreamFileResponseOptions
Usage
import { type ServerStreamFileResponseOptions } from "node:http2";
optional
waitForTrailers: boolean | undefined
optional
offset: number | undefined
optional
length: number | undefined
optional
statCheck(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean