fn find_global_configuration(
server_configurations: &[ServerConfiguration],
) -> Option<ServerConfiguration>
Expand description
Finds the global server configuration (host or non-host) from the given list of server configurations.
fn find_global_configuration(
server_configurations: &[ServerConfiguration],
) -> Option<ServerConfiguration>
Finds the global server configuration (host or non-host) from the given list of server configurations.