class Async::HTTP::Body::Writable

def finish

Signal that output has finished.
def finish
	@queue.enqueue(nil)
end