Function: makeWsStubResponse()
makeWsStubResponse():
HttpResponse
Defined in: service-core/src/http/MiddlewareChain.ts:131
Builds a stub HttpResponse used for WebSocket routes: the framework middleware chain runs
against a WebSocket "request" that has no real HTTP response to write to, so all writes are
no-ops other than tracking writableEnded.