|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
SSE (Server-Sent Events) stream handle. More...
#include <sse.h>

Data Fields | |
| KlWriteFn | write_fn |
| void * | write_ctx |
| KlResponse * | res |
SSE (Server-Sent Events) stream handle.
Wraps a chunked streaming response with SSE line framing. All writes go through write_fn — zero allocation.
| KlWriteFn KlSse::write_fn |
Chunked stream write callback
| void* KlSse::write_ctx |
Chunked stream write context
| KlResponse* KlSse::res |
Response (for end_stream)