23 #ifndef __LIBS_WEBVIEW_SERVER_H_
24 #define __LIBS_WEBVIEW_SERVER_H_
26 #include <sys/types.h>
36 class WebRequestDispatcher;
37 class WebUserVerifier;
44 const char *key_pem_filepath,
const char *cert_pem_filepath,
53 static char * read_file(
const char *filename);
56 struct MHD_Daemon *__daemon;
60 unsigned short int __port;
Encapsulation of the libmicrohttpd webserver.
Interface for user verification.