pub async fn build_extensions(
exts: Vec<Extension>,
host: &Host,
custom_exts: &CustomExtensions,
cfg_dir: &Path,
has_auto_cert: bool,
) -> Result<Extensions, String>Expand description
Get a kvarn::Extensions from a list of Extension.
cfg_dir is the directory of the config file these extensions are read from.