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 609c6e7 commit e2f67aeCopy full SHA for e2f67ae
1 file changed
net/http/src/THttpServer.cxx
@@ -84,11 +84,13 @@ class THttpTimer : public TTimer {
84
}
85
};
86
87
-
88
-/** \class THttpServer
+/**
+\class THttpServer
89
\ingroup http
90
91
-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.
92
+It is strongly recommended to use the server only within an isolated network
93
+or to enable proper authentication to prevent unauthorized remote access.
94
95
Idea of THttpServer - provide remote http access to running
96
ROOT application and enable HTML/JavaScript user interface.
0 commit comments