class SSEStreamingApi
extends StreamingApi
import { SSEStreamingApi } from "https://deno.land/x/hono@v4.3.7/helper/streaming/sse.ts";
Constructors
new
SSEStreamingApi(writable: WritableStream, readable: ReadableStream)Methods
writeSSE(message: SSEMessage)