You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSocketConnection.messages() for consuming socket frames as an AsyncThrowingStream.
Playground trace timeline panels group request and socket activity by demo.
Playground cassette replay verification checks exported mock cassettes with ReplayTransport.
HTTPClient.traces emits completed RequestTrace values with attempts, retry delays, timings, bytes, metadata, and final outcomes.
AuthenticationCoordinator and AuthenticationMiddleware provide token reads, refresh de-duplication, and safe 401 replay.
Streaming and transfer primitives with HTTPClient.stream, HTTPClient.lines, HTTPClient.serverSentEvents, HTTPStreamingTransport, and progress-aware sendRaw.
WebSocketSession adds a resilient actor wrapper with lifecycle events, message streams, and bounded reconnect attempts.