All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.reporter.configuration.Protocol Maven / Gradle / Ivy

package com.aventstack.extentreports.reporter.configuration;

/**
 * Protocol used to download CDN css/js resources for HTML reports
 */
public enum Protocol {
	HTTP, HTTPS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy