Base handler for websocket requests. By default, the request input and output
body will be in a ReadableStream, because of interface consistency among middleware.
If ReadableStream is not available, like in React-Native, the response body
will be an async iterable.
Base handler for websocket requests. By default, the request input and output body will be in a ReadableStream, because of interface consistency among middleware. If ReadableStream is not available, like in React-Native, the response body will be an async iterable.