Mercurial
diff seobeo/seobeo.h @ 77:c348ac875294
[Seobeo] Server side rendering.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 31 Dec 2025 14:17:40 -0800 |
| parents | 4532ce6d9eb8 |
| children | e7bf9e002850 |
line wrap: on
line diff
--- a/seobeo/seobeo.h Wed Dec 31 14:11:21 2025 -0800 +++ b/seobeo/seobeo.h Wed Dec 31 14:17:40 2025 -0800 @@ -74,6 +74,7 @@ extern Seobeo_Route_Handler Seobeo_Router_Find_Handler(const char *method, const char *path, Seobeo_Request_Entry **pp_request_map, Dowa_Arena *p_arena); /* Send HTTP response from response map (internal use) */ extern void Seobeo_Router_Send_Response(Seobeo_Handle *p_handle, Seobeo_Request_Entry *p_response_map, Dowa_Arena *p_arena); +extern char *Seobeo_Web_LoadFile(const char *file_path, size_t *p_file_size) // --- Helper functions --- // /* Destroy handle. It will handle all NULL poointers. */