Compress

trait Compress

Mechanisms for compressing the upload stream; supports Gzip and Deflate by default

Companion:
object
class Object
trait Matchable
class Any
object Deflate.type
object Gzip.type
object None.type

Value members

Abstract methods

def headers: Seq[(String, String)]
def wrap(x: OutputStream): OutputStream