Structs§
- Client
- An http SSE client.
- Event
- An Event from an http sse stream
- Event
Sender - Event
Source EventSourceparses byte slices from an http sse connection into sseEvents. It maintains state acrossparsecalls, so that anEventwhose bytes are split across two calls toparsewill be returned by the second call.- SseResponse
Creator