static NanoHTTPD.Response serveRangeNotSatisfiable(S msg) ctex { ret NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Status.RANGE_NOT_SATISFIABLE, "text/html", msg); }