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

spinoco.protocol.http.header.Range.scala Maven / Gradle / Ivy

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

import spinoco.protocol.http.header.value.{ByteRange, HeaderCodecDefinition}



sealed case class Range(value:ByteRange) extends DefaultHeader

object Range { val codec =
  HeaderCodecDefinition[Range](ByteRange.codec.xmap (Range.apply, _.value))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy