Analizador y visor de flujos SSE PROCESAMIENTO LOCAL
Analiza localmente texto Server-Sent Events pegado. Inspecciona eventos, ID, retry, comentarios, datos multilínea y JSON incrustado, y copia una representación NDJSON sin conectarte a ningún endpoint.
SSE stream textPaste text/event-stream frames separated by blank lines
Inspect protocol frames without opening a connection
Paste a captured text/event-stream response to debug field folding and event dispatch. Authentication, reconnect behavior, HTTP caching and connection health still belong in your client and server tests.