Starts the HTTP daemon and launches the specified URL.
# S3 method for HttpDaemon
openUrl(static, url=sprintf("http://%s:%d/%s", host, port, path), host="127.0.0.1",
port=8074, path="", ...)
Returns nothing.
The URL to be opened.
The host where the HTTP server is running.
The port to be used.
The path to the document to be opened.
Not used.
Henrik Bengtsson
Called by for instance *startHelp()
.
For more information see HttpDaemon
.