zio.http.Server$.Config$
See theConfig companion class
object Config
Attributes
Members list
Type members
Classlikes
Value parameters
- bits
-
defines windowBits, The base two logarithm of the size of the history buffer. The value should be in the range
9to15inclusive. Larger values result in better compression at the expense of memory usage - level
-
defines compression level,
1yields the fastest compression and9yields the best compression.0means no compression. - mem
-
defines memlevel, How much memory should be allocated for the internal compression state.
1uses minimum memory and9uses maximum memory. Larger values result in better and faster compression at the expense of memory usage
Attributes
- Companion
- object
- Supertypes
object CompressionOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CompressionOptions.type
final case class ResponseCompressionConfig(contentThreshold: Int, options: IndexedSeq[CompressionOptions])
object ResponseCompressionConfig
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article