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

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

Attributes

Source
GZip.scala
def defaultIsZippable[F[_]](resp: Response[F]): Boolean

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