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

skinny.micro.constant.Scheme.scala Maven / Gradle / Ivy

The newest version!
package skinny.micro.constant

/**
 * Scheme.
 */
sealed trait Scheme

/**
 * HTTP
 */
case object Http extends Scheme

/**
 * HTTPS
 */
case object Https extends Scheme





© 2015 - 2024 Weber Informatics LLC | Privacy Policy