class Async::HTTP::DeflateBody

def initialize(body, stream)

def initialize(body, stream)
	@body = body
	@stream = stream
end