WebSocketStream and fully-duplex streamed fetch requests (Request.prototype.body, ReadableStream as body, and full duplex streams over HTTP/2+ like Deno, possibly HTTP/1.1 as well since it supports it via chunked transfers).Both WebSocketStream and f...