KC's Workspace
    Preparing search index...

    Interface ServerStreamFileResponseOptionsWithError

    interface ServerStreamFileResponseOptionsWithError {
        length?: number;
        offset?: number;
        onError?: (err: ErrnoException) => void;
        statCheck?: (
            stats: Stats,
            headers: OutgoingHttpHeaders,
            statOptions: StatOptions,
        ) => void;
        waitForTrailers?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    length?: number
    offset?: number
    onError?: (err: ErrnoException) => void
    statCheck?: (
        stats: Stats,
        headers: OutgoingHttpHeaders,
        statOptions: StatOptions,
    ) => void
    waitForTrailers?: boolean