Static assets finally

This commit is contained in:
kamkow1
2025-06-22 14:57:24 +02:00
parent e04e6c135e
commit a7f8ebea09
7 changed files with 185 additions and 60 deletions

View File

@ -6,8 +6,8 @@
typedef struct {
enum {
ROUTE_RESULT_TEXT,
ROUTE_RESULT_BINARY,
ROUTE_RESULT_DYNAMIC,
ROUTE_RESULT_STATIC,
} type;
int status_code;
NString_List headers;