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

com.mle.play.http.HttpConstants.scala Maven / Gradle / Ivy

package com.mle.play.http

/**
 *
 * @author mle
 */
trait HttpConstants {
  val NO_CACHE = "no-cache"
  val AUDIO_MPEG = "audio/mpeg"
}

object HttpConstants extends HttpConstants




© 2015 - 2025 Weber Informatics LLC | Privacy Policy