Mercurial
diff seobeo/seobeo_internal.h @ 195:f8f5004a920a
Merging back hg-web-tip
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 27 Jan 2026 06:51:44 -0800 |
| parents | 8cf4ec5e2191 |
| children |
line wrap: on
line diff
--- a/seobeo/seobeo_internal.h Sat Jan 24 06:37:43 2026 -0800 +++ b/seobeo/seobeo_internal.h Tue Jan 27 06:51:44 2026 -0800 @@ -87,6 +87,13 @@ Dowa_Arena *p_arena ); +// Streaming handler - gets direct access to client handle for streaming responses +typedef void (*Seobeo_Stream_Handler)( + Seobeo_Handle *p_client_handle, + Seobeo_Request_Entry *p_request_map, + Dowa_Arena *p_arena +); + // --- Parse Header into Dowa Map ---// extern int Seobeo_Web_Header_Parse(Seobeo_Handle *p_handle, Seobeo_Request_Entry **pp_map, Dowa_Arena *p_arena);