shutdown method

void shutdown()

Shuts the server down.

Implementation

void shutdown() {
  _httpServer.close();
  _running = false;
}