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

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

The newest version!
package sttp.model

trait Encodings {
  val Gzip = "gzip"
  val Compress = "compress"
  val Deflate = "deflate"
  val Br = "br"
  val Identity = "identity"
  val Wildcard = "*"
}

object Encodings extends Encodings




© 2015 - 2024 Weber Informatics LLC | Privacy Policy