class Falcon::Input

def initialize(body)

def initialize(body)
	@body = body
	@chunks = []
	
	@buffer = nil
	@closed = false
end