Default HTTP server.
auto server = new Server(); server.host("0.0.0.0"); server.loop();
See Implementation
Default HTTP server.