class Async::HTTP::DeflateBody

def self.for(body, encoding = GZIP, level = Zlib::DEFAULT_COMPRESSION)

def self.for(body, encoding = GZIP, level = Zlib::DEFAULT_COMPRESSION)
	self.new(body, Zlib::Deflate.new(level, encoding))
end