class Protocol::HTTP::Body::Streamable::RequestBody

def close(error = nil)

def close(error = nil)
	# Close will be invoked when all the input is read.
	self.close_input(error)
end