An event emitter that can report raw HTTP upgrades — the one capability this
adapter needs from the node:http server that serve() returns.
on(event: "upgrade",listener: (...args: never[]) => void): unknown
Subscribes to the raw upgrade event.