Stand-alone HTTP server.
var serverName = ""
The canonical server name.
This is important if utilizing the `HTTPRequest.serverName` property.
func stop()
Stop the server by closing the accepting TCP socket. Calling this will cause the server to break out of the otherwise blocking `start` function.