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

sttp.model.ContentRangeUnits.scala Maven / Gradle / Ivy

The newest version!
package sttp.model

trait ContentRangeUnits {
  val Bytes = "bytes"
}

object ContentRangeUnits extends ContentRangeUnits




© 2015 - 2024 Weber Informatics LLC | Privacy Policy