Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions net/http/src/THttpServer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ class THttpTimer : public TTimer {
}
};


/** \class THttpServer
/**
\class THttpServer
\ingroup http

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.
It is strongly recommended to use the server only within an isolated network
or to enable proper authentication to prevent unauthorized remote access.

Idea of THttpServer - provide remote http access to running
ROOT application and enable HTML/JavaScript user interface.
Expand Down