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