Not sure it is possible.
To ask the loading of a page on the Webview widget I need to execute:
web.url = URL
But the embedded HTTP server should be already listening for clients when the instruction above
is executed and web.url = URL is blocking until completed, preventing the server task to go on.
Am i right?