Skip to main content
ServerStreamFileResponseOptions - http2 - Node documentation
interface ServerStreamFileResponseOptions

Usage in Deno

import { type ServerStreamFileResponseOptions } from "node:http2";

Properties

optional
waitForTrailers: boolean | undefined
optional
offset: number | undefined
optional
length: number | undefined

Methods

optional
statCheck(
stats: fs.Stats,
statOptions: StatOptions,
): void | boolean