comparison seobeo/seobeo_internal.h @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents 609d3c6aff4e
children 04fee26ecce0
comparison
equal deleted inserted replaced
259:667156fcd3e3 260:1f9877b637e9
129 extern int Seobeo_Web_Header_Parse(Seobeo_Handle *p_handle, Seobeo_Request_Entry **pp_map, Dowa_Arena *p_arena); 129 extern int Seobeo_Web_Header_Parse(Seobeo_Handle *p_handle, Seobeo_Request_Entry **pp_map, Dowa_Arena *p_arena);
130 130
131 // --- Handle Request --- // 131 // --- Handle Request --- //
132 /* Handle a client request. Returns TRUE if connection should be kept alive. */ 132 /* Handle a client request. Returns TRUE if connection should be kept alive. */
133 extern boolean Seobeo_Web_ClientHandle_Request(Seobeo_Handle *p_cli_handle, Seobeo_Cache_Entry *p_html_cache, boolean use_keep_alive); 133 extern boolean Seobeo_Web_ClientHandle_Request(Seobeo_Handle *p_cli_handle, Seobeo_Cache_Entry *p_html_cache, boolean use_keep_alive);
134 extern boolean Seobeo_Web_Server_Is_Stopping(void);
134 135
135 // --- SSL --- // 136 // --- SSL --- //
136 extern void Seobeo_Web_SSL_Init(); 137 extern void Seobeo_Web_SSL_Init();
137 extern void Seobeo_Web_SSL_Cleanup(); // Not used 138 extern void Seobeo_Web_SSL_Cleanup(); // Not used
138 extern int Seobeo_SSL_Setup_Client(Seobeo_Handle *p_handle, const char *host, int socket_fd); 139 extern int Seobeo_SSL_Setup_Client(Seobeo_Handle *p_handle, const char *host, int socket_fd);