GZip

org.http4s.server.middleware.GZip$
object GZip

Attributes

Source
GZip.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GZip.type

Members list

Value members

Concrete methods

Attributes

Source
GZip.scala

Attributes

Source
GZip.scala

Deprecated and Inherited methods

def apply[F[_], G[_]](http: Http[F, G], bufferSize: Int, level: Level, isZippable: Response[G] => Boolean, F: Functor[F], G: Sync[G]): Http[F, G]

Attributes

Deprecated
true
Inherited from:
GZipPlatform (hidden)
Source
GZipPlatform.scala