class Async::HTTP::Body::Streamable

def stop(*)

def stop(*)
	super
	
	@callback.call
end