⚠️ Internal: This API is not publically exported by the package.
interface StreamFactoryData {
    context: object;
    headers: IncomingHttpHeaders;
    opaque: unknown;
    statusCode: number;
}

Properties

context: object
opaque: unknown
statusCode: number