restd is functional.

This commit is contained in:
NADAL Jean-Baptiste
2019-12-24 14:11:51 +01:00
parent 798bea32ab
commit 0113c9eec6
4 changed files with 185 additions and 39 deletions

View File

@@ -87,6 +87,8 @@ static void *get_userdata(restd_conn_t *conn, int index);
#define RESTD_SERVER_OPTIONS { \
{"server.port", "8888"}, \
\
{"server.root_path", ""}, \
\
/* Addr format IPv4="1.2.3.4", IPv6="1:2:3:4:5:6", Unix="/path" */ \
{"server.addr", "0.0.0.0"}, \
\