12 #ifndef ROOT_TCivetweb 13 #define ROOT_TCivetweb TString fTopName
! name of top item
virtual Bool_t Create(const char *args)
Creates embedded civetweb server As main argument, http port should be specified like "8090"...
Bool_t fDebug
! debug mode
const char * GetTopName() const
void * fCallbacks
! call-back table for civetweb webserver
virtual ~TCivetweb()
destructor
Int_t ProcessLog(const char *message)
process civetweb log message, can be used to detect critical errors
Bool_t fTerminating
! server doing shutdown and not react on requests
Bool_t fOnlySecured
! if server should run only https protocol
TCivetweb(Bool_t only_secured=kFALSE)
constructor
Bool_t IsDebugMode() const
void * fCtx
! civetweb context
virtual void Terminate()
Method called when server want to be terminated.
const char * Data() const
Bool_t IsTerminating() const