Signature: httpStopServer(serverID: int) -> int

Description: Stops the HTTP server and closes all connections.

Parameters

Returns: int

Example

let result = httpStopServer(serverId)
print("Server stopped")