pub async fn run_server(
pool: EntropyPool,
host: &str,
port: u16,
allow_raw: bool,
) -> Result<()>Expand description
Run the HTTP entropy server.
Returns an error if the address cannot be bound or the server encounters a fatal I/O error.