GZip

org.http4s.client.middleware.GZip$
object GZip

Client middleware for enabling gzip.

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[F[_] : Compression](bufferSize: Int)(client: Client[F]): Client[F]

Attributes

Source:
GZip.scala

Deprecated methods

def apply[F[_]](bufferSize: Int, client: Client[F], F: Async[F]): Client[F]

Attributes

Deprecated
true
Source:
GZip.scala