CompressionMiddleware

io.github.edadma.apion.CompressionMiddleware

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Options(level: Int, threshold: Int, memLevel: Int, windowBits: Int, brotliQuality: Int, brotliBlockSize: Int, filter: Request => Boolean, encodings: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(options: Options): Handler