Skip to main content
ServerStreamFileResponseOptions - node__http2.d.ts - Node documentation
interface ServerStreamFileResponseOptions

Usage in Deno

```typescript import { type ServerStreamFileResponseOptions } from "node:node__http2.d.ts"; ```

Properties

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

Methods

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