upgradeIntentOf(request: IRequest): WebSocketUpgradeIntent | undefined
Reads the WebSocket upgrade intent an adapter should act on, or undefined
when the pipeline did not ask for an upgrade.
request: IRequest
The framework request the adapter passed to the handler
WebSocketUpgradeIntent | undefined
The intent, or undefined when none was recorded