fix http parser and config

This commit is contained in:
2025-05-08 16:58:42 +02:00
parent 8e880f59be
commit 8ff2bb608c
11 changed files with 50 additions and 35 deletions

View File

@@ -2,9 +2,9 @@
#define CWS_CONFIG_H
typedef struct cws_config_t {
char *host;
char *hostname;
char *port;
char *www;
char *cert;
char *key;
} cws_config;