⚠️ Internal: This API is not publically exported by the package.
interface UpgradeData {
    headers: IncomingHttpHeaders;
    opaque: unknown;
    socket: Duplex;
}

Properties

Properties

opaque: unknown
socket: Duplex