1 2 3 4 5 6 7 8 9 10
#include "server.h" #include "http.h" #include "https.h" int server(Config& config) { //return HTTP::server(config); return HTTPS::server(config); }