KC's Workspace
    Preparing search index...

    Interface ServerStreamResponseOptions

    interface ServerStreamResponseOptions {
        endStream?: boolean;
        waitForTrailers?: boolean;
    }
    Index

    Properties

    endStream?: boolean
    waitForTrailers?: boolean