zio.http.ServerConfig$
See theServerConfig companion class
object ServerConfig
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- ServerConfig.type
Members list
Concise view
Type members
Classlikes
Attributes
- bits
defines windowBits, The base two logarithm of the size of the history buffer. The value should be in the range
9
to15
inclusive. Larger values result in better compression at the expense of memory usage- level
defines compression level,
1
yields the fastest compression and9
yields the best compression.0
means no compression.- mem
defines memlevel, How much memory should be allocated for the internal compression state.
1
uses minimum memory and9
uses maximum memory. Larger values result in better and faster compression at the expense of memory usage- Companion:
- object
- Graph
- Supertypes
- Self type
object CompressionOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- CompressionOptions.type
object LeakDetectionLevel
Attributes
- Companion:
- trait
- Graph
- Supertypes
- Self type
- LeakDetectionLevel.type
final case class ResponseCompressionConfig(contentThreshold: Int, options: IndexedSeq[CompressionOptions])
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def responseCompressionConfig(contentThreshold: Int, options: IndexedSeq[CompressionOptions]): ResponseCompressionConfig