#include "server.h" #include "http.h" #include "https.h" int server(Config& config) { //return HTTP::server(config); return HTTPS::server(config); }