WebSocket support exists, but SSE (Server-Sent Events) is not supported. SSE is widely used for real-time APIs and is simpler than WebSockets.
Proposed Implementation
kurl sse https://api.example.com/events
Real-time formatted output with event type coloring
Reconnection handling with Last-Event-ID
Filter by event type:
Save events to file:
Why this matters
SSE is the standard for server-to-client streaming (logs, notifications, live updates). Many APIs use it exclusively.
Acceptance Criteria
WebSocket support exists, but SSE (Server-Sent Events) is not supported. SSE is widely used for real-time APIs and is simpler than WebSockets.
Proposed Implementation
Real-time formatted output with event type coloring
Reconnection handling with
Last-Event-IDFilter by event type:
Save events to file:
Why this matters
SSE is the standard for server-to-client streaming (logs, notifications, live updates). Many APIs use it exclusively.
Acceptance Criteria