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

spinoco.protocol.http.header.value.RangeUnit.scala Maven / Gradle / Ivy

The newest version!
package spinoco.protocol.http.header.value

/**
  * Created by pach on 12/01/17.
  */
sealed trait RangeUnit

object RangeUnit {

  case object Bytes extends RangeUnit
  sealed case class Custom(name: String) extends RangeUnit

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy