static S serveHttp_domainName() { NanoHTTPD.IHTTPSession session = NanoHTTPD.currentSession!; if (session == null) null; ret session.getHeaders().get("host"); }