Server instance.
All the HTTP endpoints are protected by basic authentication with user
admin
and password Server.serverSecret.
A Stats class instance.
The file path that will be used to serve the /view/page.log
requests.
An optional path that the HTTP server will expose with the /data endpoint.
Readonly
serverThe server listening port.
Readonly
serverThe basic auth secret.
Readonly
serverIf HTTPS protocol should be used.
A Stats class instance.
An HTTP server instance that allows to control the tool using a REST interface. Moreover, it allows to aggregate stats data coming from multiple running tool instances.