static SS getHttpdHeaders() { ifclass MyHTTPD try SS headers = MyHTTPD_headers!; endif ifclass WebSocketHTTPD try SS headers = WebSocketHTTPD_headers!; endif ret null; }