Executed after the instance is is open to handle HTTP requests.
This method is executed after the HttpServer
is started and
the initialController has been set to start receiving requests.
Because requests could potentially be queued prior to this instance
being opened, a request could be received prior to this method being executed.
Source
void didOpen() {}