Starts the server on the calling thread, so that it will begin accepting
HTTP requests. Once the server is able to accept requests, isReady()
will return true, and will remain true until the server is stopped by
calling stop(). This can be thought of as the "main loop" of the
server.
Starts the server on the calling thread, so that it will begin accepting HTTP requests. Once the server is able to accept requests, isReady() will return true, and will remain true until the server is stopped by calling stop(). This can be thought of as the "main loop" of the server.