We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152fa87 commit eb8c252Copy full SHA for eb8c252
1 file changed
net/http/src/THttpServer.cxx
@@ -56,11 +56,13 @@ class THttpTimer : public TTimer {
56
}
57
};
58
59
-
60
-/** \class THttpServer
+/**
+\class THttpServer
61
\ingroup http
62
63
-Online http server for arbitrary ROOT application
+\brief Online http server for arbitrary ROOT application
+\note This class provides HTTP access to ROOT objects. The user is entirely responsible for the security of the server.
64
+It is strongly recommended to use the server only within an isolated network
65
+or to enable proper authentication to prevent unauthorized remote access.
66
67
Idea of THttpServer - provide remote http access to running
68
ROOT application and enable HTML/JavaScript user interface.
0 commit comments