org.scalatra.Scheme.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra_2.8.1 Show documentation
Show all versions of scalatra_2.8.1 Show documentation
The core Scalatra framework
The newest version!
package org.scalatra
sealed trait Scheme
case object Http extends Scheme
case object Https extends Scheme
© 2015 - 2025 Weber Informatics LLC | Privacy Policy