Sets the server's verbosity.
Starts the server on the calling thread, so that it will begin accepting HTTP requests.
Shuts down the server by closing the server socket, if possible. Note that this is not a blocking call, and the server will shutdown soon.
A simple HTTP server that accepts requests on a given port and address, and lets a configured HttpRequestHandler produce a response, to send back to the client.