comparison 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
comparison
equal deleted inserted replaced
189:14cc84ba35a0 195:f8f5004a920a
81 // Forward declaration 81 // Forward declaration
82 typedef struct Seobeo_Route_Struct Seobeo_Route; 82 typedef struct Seobeo_Route_Struct Seobeo_Route;
83 83
84 // Route handler function type 84 // Route handler function type
85 typedef Seobeo_Request_Entry* (*Seobeo_Route_Handler)( 85 typedef Seobeo_Request_Entry* (*Seobeo_Route_Handler)(
86 Seobeo_Request_Entry *p_request_map,
87 Dowa_Arena *p_arena
88 );
89
90 // Streaming handler - gets direct access to client handle for streaming responses
91 typedef void (*Seobeo_Stream_Handler)(
92 Seobeo_Handle *p_client_handle,
86 Seobeo_Request_Entry *p_request_map, 93 Seobeo_Request_Entry *p_request_map,
87 Dowa_Arena *p_arena 94 Dowa_Arena *p_arena
88 ); 95 );
89 96
90 // --- Parse Header into Dowa Map ---// 97 // --- Parse Header into Dowa Map ---//